Color Hex Logo

#55cbac Color Hex

#55CBAC
(85,203,172)
0 Favorites   0 Comments

Color spaces of #55cbac

RGB 85203172
HSL0.460.530.56
HSV164°58°80°
CMYK 0.580.000.15   0.20
XYZ32.548647.621746.5061
Yxy47.62170.25690.3759
Hunter Lab69.0085-36.57348.3493
CIE-Lab74.5857-40.64365.5632

#55cbac color RGB value is (85,203,172).

#55cbac hex color red value is 85, green value is 203 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #55cbac hue: 0.46 , saturation: 0.53 and the lightness value of 55cbac is 0.56.

The process color (four color CMYK) of #55cbac color hex is 0.58, 0.00, 0.15, 0.20. Web safe color of #55cbac is #66cc99. Color #55cbac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11001011 10101100
Octal 125 313 254
Decimal 85 203 172
Hex 55 CB AC

RGB Percentages of Color #55cbac

%18.48
%44.13
%37.39

CMYK Percentages of Color #55cbac

%58
%0
%15
%20

Triadic Colors of #55cbac

#55cbac #ac55cb #cbac55

Analogous Colors of #55cbac

#55cbac #55afcb #55cb71

Monochromatic Colors of #55cbac

#55cbac

Complementary Color

#55cbac #cb5574

#55cbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55cbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#55cbac Color CSS Codes

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

#55cbac Text Font Color

<p style="color:#55cbac">Text here</p>

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


#55cbac Background Color

<div style="background-color:#55cbac">
Div content here</div>

This div background color is #55cbac


#55cbac Border Color

<div style="border:3px solid #55cbac">
Div here</div>

This div border color is #55cbac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,203,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55cbac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55cbac;
  -webkit-box-shadow: 1px 1px 3px 2px #55cbac;
  box-shadow:         1px 1px 3px 2px #55cbac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55cbac


Comments

No comments written yet.

Please login to write comment.