Color Hex Logo

#55cecf Color Hex

#55CECF
(85,206,207)
0 Favorites   0 Comments

Color spaces of #55cecf

RGB 85206207
HSL0.500.560.57
HSV180°59°81°
CMYK 0.590.000.00   0.19
XYZ37.080150.578966.8399
Yxy50.57890.24000.3274
Hunter Lab71.1188-31.3913-5.9396
CIE-Lab76.4232-33.0301-10.6260

#55cecf color RGB value is (85,206,207).

#55cecf hex color red value is 85, green value is 206 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #55cecf hue: 0.50 , saturation: 0.56 and the lightness value of 55cecf is 0.57.

The process color (four color CMYK) of #55cecf color hex is 0.59, 0.00, 0.00, 0.19. Web safe color of #55cecf is #66cccc. Color #55cecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11001110 11001111
Octal 125 316 317
Decimal 85 206 207
Hex 55 CE CF

RGB Percentages of Color #55cecf

%17.07
%41.37
%41.57

CMYK Percentages of Color #55cecf

%59
%0
%0
%19

Triadic Colors of #55cecf

#55cecf #cf55ce #cecf55

Analogous Colors of #55cecf

#55cecf #5591cf #55cf93

Monochromatic Colors of #55cecf

#55cecf

Complementary Color

#55cecf #cf5655

#55cecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55cecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#55cecf Color CSS Codes

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

#55cecf Text Font Color

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

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


#55cecf Background Color

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

This div background color is #55cecf


#55cecf Border Color

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

This div border color is #55cecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55cecf


Comments

No comments written yet.

Please login to write comment.