Color Hex Logo

#47cbcc Color Hex

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

Color spaces of #47cbcc

RGB 71203204
HSL0.500.570.54
HSV180°65°80°
CMYK 0.650.000.00   0.20
XYZ34.853648.411164.6340
Yxy48.41110.23570.3273
Hunter Lab69.5781-32.3460-6.3723
CIE-Lab75.0835-34.7193-11.0450

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

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

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

Base Numbers

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

RGB Percentages of Color #47cbcc

%14.85
%42.47
%42.68

CMYK Percentages of Color #47cbcc

%65
%0
%0
%20

Triadic Colors of #47cbcc

#47cbcc #cc47cb #cbcc47

Analogous Colors of #47cbcc

#47cbcc #4789cc #47cc8b

Monochromatic Colors of #47cbcc

#47cbcc

Complementary Color

#47cbcc #cc4847

#47cbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47cbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#47cbcc Color CSS Codes

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

#47cbcc Text Font Color

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

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


#47cbcc Background Color

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

This div background color is #47cbcc


#47cbcc Border Color

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

This div border color is #47cbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47cbcc


Comments

No comments written yet.

Please login to write comment.