Color Hex Logo

#4caabb Color Hex

#4CAABB
(76,170,187)
0 Favorites   0 Comments

Color spaces of #4caabb

RGB 76170187
HSL0.530.450.52
HSV189°59°73°
CMYK 0.590.090.00   0.27
XYZ26.324933.873852.1645
Yxy33.87380.23430.3015
Hunter Lab58.2012-21.1150-12.3995
CIE-Lab64.8623-22.6230-17.0777

#4caabb color RGB value is (76,170,187).

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

The process color (four color CMYK) of #4caabb color hex is 0.59, 0.09, 0.00, 0.27. Web safe color of #4caabb is #3399cc. Color #4caabb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101010 10111011
Octal 114 252 273
Decimal 76 170 187
Hex 4C AA BB

RGB Percentages of Color #4caabb

%17.55
%39.26
%43.19

CMYK Percentages of Color #4caabb

%59
%9
%0
%27

Triadic Colors of #4caabb

#4caabb #bb4caa #aabb4c

Analogous Colors of #4caabb

#4caabb #4c73bb #4cbb95

Monochromatic Colors of #4caabb

#4caabb

Complementary Color

#4caabb #bb5d4c

#4caabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4caabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4caabb Color CSS Codes

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

#4caabb Text Font Color

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

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


#4caabb Background Color

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

This div background color is #4caabb


#4caabb Border Color

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

This div border color is #4caabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4caabb


Comments

No comments written yet.

Please login to write comment.