Color Hex Logo

#47cacc Color Hex

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

Color spaces of #47cacc

RGB 71202204
HSL0.500.570.54
HSV181°65°80°
CMYK 0.650.010.00   0.20
XYZ34.618147.940364.5556
Yxy47.94030.23530.3259
Hunter Lab69.2389-31.9217-6.8124
CIE-Lab74.7873-34.2504-11.4878

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

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

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

Base Numbers

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

RGB Percentages of Color #47cacc

%14.88
%42.35
%42.77

CMYK Percentages of Color #47cacc

%65
%1
%0
%20

Triadic Colors of #47cacc

#47cacc #cc47ca #cacc47

Analogous Colors of #47cacc

#47cacc #4788cc #47cc8c

Monochromatic Colors of #47cacc

#47cacc

Complementary Color

#47cacc #cc4947

#47cacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47cacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#47cacc Color CSS Codes

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

#47cacc Text Font Color

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

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


#47cacc Background Color

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

This div background color is #47cacc


#47cacc Border Color

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

This div border color is #47cacc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,202,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 #47cacc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47cacc

#47cacc Color Palettes


Comments

No comments written yet.

Please login to write comment.