Color Hex Logo

#4caaba Color Hex

#4CAABA
(76,170,186)
0 Favorites   0 Comments

Color spaces of #4caaba

RGB 76170186
HSL0.520.440.51
HSV189°59°73°
CMYK 0.590.090.00   0.27
XYZ26.218133.831151.6026
Yxy33.83110.23480.3030
Hunter Lab58.1645-21.3276-11.8860
CIE-Lab64.8283-22.9178-16.5724

#4caaba color RGB value is (76,170,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101010 10111010
Octal 114 252 272
Decimal 76 170 186
Hex 4C AA BA

RGB Percentages of Color #4caaba

%17.59
%39.35
%43.06

CMYK Percentages of Color #4caaba

%59
%9
%0
%27

Triadic Colors of #4caaba

#4caaba #ba4caa #aaba4c

Analogous Colors of #4caaba

#4caaba #4c73ba #4cba93

Monochromatic Colors of #4caaba

#4caaba

Complementary Color

#4caaba #ba5c4c

#4caaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4caaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4caaba Color CSS Codes

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

#4caaba Text Font Color

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

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


#4caaba Background Color

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

This div background color is #4caaba


#4caaba Border Color

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

This div border color is #4caaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4caaba


Comments

No comments written yet.

Please login to write comment.