Color Hex Logo

#47cccb Color Hex

#47CCCB
(71,204,203)
0 Favorites   0 Comments

Color spaces of #47cccb

RGB 71204203
HSL0.500.570.54
HSV180°65°80°
CMYK 0.650.000.00   0.20
XYZ34.970948.837164.0833
Yxy48.83710.23650.3302
Hunter Lab69.8835-32.9718-5.4505
CIE-Lab75.3499-35.4665-10.1070

#47cccb color RGB value is (71,204,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 11001100 11001011
Octal 107 314 313
Decimal 71 204 203
Hex 47 CC CB

RGB Percentages of Color #47cccb

%14.85
%42.68
%42.47

CMYK Percentages of Color #47cccb

%65
%0
%0
%20

Triadic Colors of #47cccb

#47cccb #cb47cc #cccb47

Analogous Colors of #47cccb

#47cccb #478bcc #47cc89

Monochromatic Colors of #47cccb

#47cccb

Complementary Color

#47cccb #cc4748

#47cccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47cccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#47cccb Color CSS Codes

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

#47cccb Text Font Color

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

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


#47cccb Background Color

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

This div background color is #47cccb


#47cccb Border Color

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

This div border color is #47cccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47cccb


Comments

No comments written yet.

Please login to write comment.