crispedge.com

Color picker

Loading...

#47c0ec hex color - Blue - Cool color - Information

#47c0ec hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #47c0ec Color code in RGB color code model is created after adding 27.84% red color, 75.29% green color and 92.55% blue color. Hex #47c0ec Color code in CMYK color (process color) code model is generated after subtraction of 70% cyan, 19% magenta, 0% yellow and 7% black.

Hex #47c0ec color code is between #44bbee web safe hex color code and #55ccdd web safe hex color code. #44bbee is the nearest web safe color code. You can see here many more shades of #47c0ec color code.

0 Likes 0 Comments | 2 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code47c0ec#47c0ec
RGB Decimal71, 192, 236rgb(71, 192, 236)
RGB Percent28%, 75%, 93%rgb(28%, 75%, 93%)
CSS RGBa71, 192, 236,1rgba(71,192,236,1)
CMYK Modelcmyk(70%,19%,0%,7%)
HSL Color Space196,81% ,60%hsl(196,81% ,60%)
HSV Color Space196°, 70%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010001111100000011101100
Octal107300354
Decimal71192236
Hex47c0ec

Different shades of #47c0ec color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #47c0ec
#75d0f1
Dark Shade of #47c0ec
#19b0e7
Saturated Shade of #47c0ec
#3dc5f6
Desaturated Shade of #47c0ec
#51bbe2
Grey scale Shade of #47c0ec
#999999
Brighten Shade
#60d9ff
Most Readable Shade
#000000

Shades of #47c0ec color code

Generate more color scales with scales (color stack) generator.

#47c0ec
#3faad1
#3795b7
#2f809d
#276a83
#1f5568
#17404e
#0f2a34
#07151a
#000000

Similar Color like #47c0ec color

Find visually similar hex color codes nearing to #47c0ec hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#48c1ed
#49c2ee
#4ac3ef
#4bc4f0
#4cc5f1
#4dc6f2
#4ec7f3
#4fc8f4
#50c9f5
#51caf6
#52cbf7
#53ccf8
#54cdf9
#55cefa
#46bfeb
#45beea
#44bde9
#43bce8
#42bbe7
#41bae6
#40b9e5
#3fb8e4
#3eb7e3
#3db6e2
#3cb5e1
#3bb4e0
#3ab3df
#39b2de

Monochromatic Color with #47c0ec

#47c0ec
#071317
#143642
#21586c
#2d7b97
#3a9dc1

Tints of #47c0ec Color

#47c0ec
#5bc7ee
#6fcef0
#84d5f2
#98dcf4
#ade3f6
#c1eaf8
#d6f1fa
#eaf8fc
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#47c0ec
#ec7347

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#47c0ec
#ec476e
#ecc647

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#47ecd6
#47e1ec
#47c0ec
#479fec
#477eec

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#47c0ec
#ec47c0
#c0ec47

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#47c0ec
#c547ec
#ec7347
#6dec47

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#47c0ec
#ec7347
#ecc647
#476eec

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #47c0ec Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#47c0ec Color Code Preview on Black Background Color

This is how #47c0ec Color will look on black background color. Color contrast ratio is 10.02

#47c0ec in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#47c0ec">Your Example Paragraph content text in with font color #47c0ec </p>

Your Example Paragraph content text in with font color #47c0ec

HTML with inline CSS

<div style="color:#47c0ec">Your Paragraph text in with font color #47c0ec </div>

Your Example Paragraph content text in with font color #47c0ec

#47c0ec color code is use for CSS Background Color

Background color for the above div is #47c0ec

HTML with inline CSS

<div style="background-color:#47c0ec;"></div>

#47c0ec color code is use for CSS Border Color

CSS Border color for the above div is #47c0ec

HTML with inline CSS

<div style="border:5px solid #47c0ec;"></div>

CSS Border Left color for the above div is #47c0ec

HTML with inline CSS

<div style="border-left:5px solid #47c0ec;"></div>

CSS Border Right color for the above div is #47c0ec

HTML with inline CSS

<div style="border-right:5px solid #47c0ec;"></div>

CSS Border Bottom color for the above div is #47c0ec

HTML with inline CSS

<div style="border-bottom:5px solid #47c0ec;"></div>

CSS Border Top color for the above div is #47c0ec

HTML with inline CSS

<div style="border-top:5px solid #47c0ec;"></div>

#47c0ec hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#47c0ec; } .examplecolorclass {color:#47c0ec; } .examplebordercolor {border:3px solid #47c0ec; }

#47c0ec Color code Preview on White Background

This is how #47c0ec Color code will look on white background color. Color contrast ratio is 2.10

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #47c0ec; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #47c0ec; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(71,192,236,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(236,115,71,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(71,192,236,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.