Color Hex Logo

#47cace Color Hex

#47CACE
(71,202,206)
0 Favorites   0 Comments

Color spaces of #47cace

RGB 71202206
HSL0.500.580.54
HSV182°66°81°
CMYK 0.660.020.00   0.19
XYZ34.859648.036965.8273
Yxy48.03690.23440.3230
Hunter Lab69.3087-31.5115-7.7958
CIE-Lab74.8482-33.6846-12.4788

#47cace color RGB value is (71,202,206).

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

The process color (four color CMYK) of #47cace color hex is 0.66, 0.02, 0.00, 0.19. Web safe color of #47cace is #33cccc. Color #47cace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 11001010 11001110
Octal 107 312 316
Decimal 71 202 206
Hex 47 CA CE

RGB Percentages of Color #47cace

%14.82
%42.17
%43.01

CMYK Percentages of Color #47cace

%66
%2
%0
%19

Triadic Colors of #47cace

#47cace #ce47ca #cace47

Analogous Colors of #47cace

#47cace #4787ce #47ce8f

Monochromatic Colors of #47cace

#47cace

Complementary Color

#47cace #ce4b47

#47cace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47cace Color Preview on White Background

Lorem ipsum dolor sit amet.

#47cace Color CSS Codes

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

#47cace Text Font Color

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

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


#47cace Background Color

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

This div background color is #47cace


#47cace Border Color

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

This div border color is #47cace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47cace


Comments

No comments written yet.

Please login to write comment.