Color Hex Logo

#4caacb Color Hex

#4CAACB
(76,170,203)
0 Favorites   0 Comments

Color spaces of #4caacb

RGB 76170203
HSL0.540.550.55
HSV196°63°80°
CMYK 0.630.160.00   0.20
XYZ28.134734.597761.6951
Yxy34.59770.22610.2781
Hunter Lab58.8198-17.5545-21.0144
CIE-Lab65.4342-17.7844-25.0944

#4caacb color RGB value is (76,170,203).

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

The process color (four color CMYK) of #4caacb color hex is 0.63, 0.16, 0.00, 0.20. Web safe color of #4caacb is #3399cc. Color #4caacb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101010 11001011
Octal 114 252 313
Decimal 76 170 203
Hex 4C AA CB

RGB Percentages of Color #4caacb

%16.93
%37.86
%45.21

CMYK Percentages of Color #4caacb

%63
%16
%0
%20

Triadic Colors of #4caacb

#4caacb #cb4caa #aacb4c

Analogous Colors of #4caacb

#4caacb #4c6bcb #4ccbad

Monochromatic Colors of #4caacb

#4caacb

Complementary Color

#4caacb #cb6d4c

#4caacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4caacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4caacb Color CSS Codes

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

#4caacb Text Font Color

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

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


#4caacb Background Color

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

This div background color is #4caacb


#4caacb Border Color

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

This div border color is #4caacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4caacb


Comments

No comments written yet.

Please login to write comment.