Color Hex Logo

#4caaad Color Hex

#4CAAAD
(76,170,173)
0 Favorites   0 Comments

Color spaces of #4caaad

RGB 76170173
HSL0.510.390.49
HSV182°56°68°
CMYK 0.560.020.00   0.32
XYZ24.898033.303144.6510
Yxy33.30310.24210.3238
Hunter Lab57.7088-23.9781-5.4782
CIE-Lab64.4056-26.6529-9.9588

#4caaad color RGB value is (76,170,173).

#4caaad hex color red value is 76, green value is 170 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4caaad hue: 0.51 , saturation: 0.39 and the lightness value of 4caaad is 0.49.

The process color (four color CMYK) of #4caaad color hex is 0.56, 0.02, 0.00, 0.32. Web safe color of #4caaad is #339999. Color #4caaad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101010 10101101
Octal 114 252 255
Decimal 76 170 173
Hex 4C AA AD

RGB Percentages of Color #4caaad

%18.14
%40.57
%41.29

CMYK Percentages of Color #4caaad

%56
%2
%0
%32

Triadic Colors of #4caaad

#4caaad #ad4caa #aaad4c

Analogous Colors of #4caaad

#4caaad #4c7aad #4cad80

Monochromatic Colors of #4caaad

#4caaad

Complementary Color

#4caaad #ad4f4c

#4caaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4caaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4caaad Color CSS Codes

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

#4caaad Text Font Color

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

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


#4caaad Background Color

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

This div background color is #4caaad


#4caaad Border Color

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

This div border color is #4caaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4caaad


Comments

No comments written yet.

Please login to write comment.