Color Hex Logo

#47ccca Color Hex

#47CCCA
(71,204,202)
0 Favorites   0 Comments

Color spaces of #47ccca

RGB 71204202
HSL0.500.570.54
HSV179°65°80°
CMYK 0.650.000.01   0.20
XYZ34.852148.789663.4576
Yxy48.78960.23690.3317
Hunter Lab69.8496-33.1724-4.9697
CIE-Lab75.3202-35.7450-9.6108

#47ccca color RGB value is (71,204,202).

#47ccca hex color red value is 71, green value is 204 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #47ccca hue: 0.50 , saturation: 0.57 and the lightness value of 47ccca is 0.54.

The process color (four color CMYK) of #47ccca color hex is 0.65, 0.00, 0.01, 0.20. Web safe color of #47ccca is #33cccc. Color #47ccca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 11001100 11001010
Octal 107 314 312
Decimal 71 204 202
Hex 47 CC CA

RGB Percentages of Color #47ccca

%14.88
%42.77
%42.35

CMYK Percentages of Color #47ccca

%65
%0
%1
%20

Triadic Colors of #47ccca

#47ccca #ca47cc #ccca47

Analogous Colors of #47ccca

#47ccca #478ccc #47cc88

Monochromatic Colors of #47ccca

#47ccca

Complementary Color

#47ccca #cc4749

#47ccca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47ccca Color Preview on White Background

Lorem ipsum dolor sit amet.

#47ccca Color CSS Codes

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

#47ccca Text Font Color

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

This sample text font color is #47ccca
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.


#47ccca Background Color

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

This div background color is #47ccca


#47ccca Border Color

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

This div border color is #47ccca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47ccca


Comments

No comments written yet.

Please login to write comment.