Color Hex Logo

#4cabbb Color Hex

#4CABBB
(76,171,187)
0 Favorites   0 Comments

Color spaces of #4cabbb

RGB 76171187
HSL0.520.450.52
HSV189°59°73°
CMYK 0.590.090.00   0.27
XYZ26.513034.250252.2273
Yxy34.25020.23460.3031
Hunter Lab58.5237-21.5505-11.9446
CIE-Lab65.1607-23.1348-16.6260

#4cabbb color RGB value is (76,171,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101011 10111011
Octal 114 253 273
Decimal 76 171 187
Hex 4C AB BB

RGB Percentages of Color #4cabbb

%17.51
%39.40
%43.09

CMYK Percentages of Color #4cabbb

%59
%9
%0
%27

Triadic Colors of #4cabbb

#4cabbb #bb4cab #abbb4c

Analogous Colors of #4cabbb

#4cabbb #4c74bb #4cbb94

Monochromatic Colors of #4cabbb

#4cabbb

Complementary Color

#4cabbb #bb5c4c

#4cabbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cabbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cabbb Color CSS Codes

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

#4cabbb Text Font Color

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

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


#4cabbb Background Color

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

This div background color is #4cabbb


#4cabbb Border Color

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

This div border color is #4cabbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,171,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 #4cabbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cabbb


Comments

No comments written yet.

Please login to write comment.