Color Hex Logo

#55cbbf Color Hex

#55CBBF
(85,203,191)
0 Favorites   0 Comments

Color spaces of #55cbbf

RGB 85203191
HSL0.480.530.56
HSV174°58°80°
CMYK 0.580.000.06   0.20
XYZ34.506248.404856.8146
Yxy48.40480.24700.3464
Hunter Lab69.5736-33.22360.2846
CIE-Lab75.0795-35.8953-3.9802

#55cbbf color RGB value is (85,203,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 11001011 10111111
Octal 125 313 277
Decimal 85 203 191
Hex 55 CB BF

RGB Percentages of Color #55cbbf

%17.75
%42.38
%39.87

CMYK Percentages of Color #55cbbf

%58
%0
%6
%20

Triadic Colors of #55cbbf

#55cbbf #bf55cb #cbbf55

Analogous Colors of #55cbbf

#55cbbf #559ccb #55cb84

Monochromatic Colors of #55cbbf

#55cbbf

Complementary Color

#55cbbf #cb5561

#55cbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55cbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#55cbbf Color CSS Codes

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

#55cbbf Text Font Color

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

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


#55cbbf Background Color

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

This div background color is #55cbbf


#55cbbf Border Color

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

This div border color is #55cbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55cbbf


Comments

No comments written yet.

Please login to write comment.