Color Hex Logo

#47ccea Color Hex

#47CCEA
(71,204,234)
0 Favorites   0 Comments

Color spaces of #47ccea

RGB 71204234
HSL0.530.800.60
HSV191°70°92°
CMYK 0.700.130.00   0.08
XYZ39.042750.465885.5250
Yxy50.46580.22310.2883
Hunter Lab71.0393-26.2164-21.6524
CIE-Lab76.3543-26.3977-25.3016

#47ccea color RGB value is (71,204,234).

#47ccea hex color red value is 71, green value is 204 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #47ccea hue: 0.53 , saturation: 0.80 and the lightness value of 47ccea is 0.60.

The process color (four color CMYK) of #47ccea color hex is 0.70, 0.13, 0.00, 0.08. Web safe color of #47ccea is #33ccff. Color #47ccea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 11001100 11101010
Octal 107 314 352
Decimal 71 204 234
Hex 47 CC EA

RGB Percentages of Color #47ccea

%13.95
%40.08
%45.97

CMYK Percentages of Color #47ccea

%70
%13
%0
%8

Triadic Colors of #47ccea

#47ccea #ea47cc #ccea47

Analogous Colors of #47ccea

#47ccea #477bea #47eab7

Monochromatic Colors of #47ccea

#47ccea

Complementary Color

#47ccea #ea6547

#47ccea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47ccea Color Preview on White Background

Lorem ipsum dolor sit amet.

#47ccea Color CSS Codes

.mybgcolor {background-color:#47ccea; } 
.myforecolor {color:#47ccea; }
.mybordercolor {border:3px solid #47ccea; }

#47ccea Text Font Color

<p style="color:#47ccea">Text here</p>

This sample text font color is #47ccea
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#47ccea Background Color

<div style="background-color:#47ccea">
Div content here</div>

This div background color is #47ccea


#47ccea Border Color

<div style="border:3px solid #47ccea">
Div here</div>

This div border color is #47ccea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,204,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47ccea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47ccea;
  -webkit-box-shadow: 1px 1px 3px 2px #47ccea;
  box-shadow:         1px 1px 3px 2px #47ccea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,204,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #47ccea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #47ccea;
  -webkit-box-shadow: 1px 1px 3px 2px #47ccea;
  box-shadow:         1px 1px 3px 2px #47ccea;">
Div content here</div>

This div box has shadow with color #47ccea


Comments

No comments written yet.

Please login to write comment.