Color Hex Logo

#4caac7 Color Hex

#4CAAC7
(76,170,199)
0 Favorites   0 Comments

Color spaces of #4caac7

RGB 76170199
HSL0.540.520.54
HSV194°62°78°
CMYK 0.620.150.00   0.22
XYZ27.664034.409559.2165
Yxy34.40950.22810.2837
Hunter Lab58.6596-18.4733-18.7911
CIE-Lab65.2863-19.0155-23.1028

#4caac7 color RGB value is (76,170,199).

#4caac7 hex color red value is 76, green value is 170 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #4caac7 hue: 0.54 , saturation: 0.52 and the lightness value of 4caac7 is 0.54.

The process color (four color CMYK) of #4caac7 color hex is 0.62, 0.15, 0.00, 0.22. Web safe color of #4caac7 is #3399cc. Color #4caac7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101010 11000111
Octal 114 252 307
Decimal 76 170 199
Hex 4C AA C7

RGB Percentages of Color #4caac7

%17.08
%38.20
%44.72

CMYK Percentages of Color #4caac7

%62
%15
%0
%22

Triadic Colors of #4caac7

#4caac7 #c74caa #aac74c

Analogous Colors of #4caac7

#4caac7 #4c6dc7 #4cc7a7

Monochromatic Colors of #4caac7

#4caac7

Complementary Color

#4caac7 #c7694c

#4caac7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4caac7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4caac7 Color CSS Codes

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

#4caac7 Text Font Color

<p style="color:#4caac7">Text here</p>

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


#4caac7 Background Color

<div style="background-color:#4caac7">
Div content here</div>

This div background color is #4caac7


#4caac7 Border Color

<div style="border:3px solid #4caac7">
Div here</div>

This div border color is #4caac7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(76,170,199, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4caac7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4caac7;
  -webkit-box-shadow: 1px 1px 3px 2px #4caac7;
  box-shadow:         1px 1px 3px 2px #4caac7; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,170,199, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4caac7


Comments

No comments written yet.

Please login to write comment.