Color Hex Logo

#55cede Color Hex

#55CEDE
(85,206,222)
0 Favorites   0 Comments

Color spaces of #55cede

RGB 85206222
HSL0.520.670.60
HSV187°62°87°
CMYK 0.620.070.00   0.13
XYZ39.002451.347876.9627
Yxy51.34780.23310.3069
Hunter Lab71.6574-28.2446-13.5195
CIE-Lab76.8892-28.8314-18.0034

#55cede color RGB value is (85,206,222).

#55cede hex color red value is 85, green value is 206 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #55cede hue: 0.52 , saturation: 0.67 and the lightness value of 55cede is 0.60.

The process color (four color CMYK) of #55cede color hex is 0.62, 0.07, 0.00, 0.13. Web safe color of #55cede is #66cccc. Color #55cede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11001110 11011110
Octal 125 316 336
Decimal 85 206 222
Hex 55 CE DE

RGB Percentages of Color #55cede

%16.57
%40.16
%43.27

CMYK Percentages of Color #55cede

%62
%7
%0
%13

Triadic Colors of #55cede

#55cede #de55ce #cede55

Analogous Colors of #55cede

#55cede #558ade #55deaa

Monochromatic Colors of #55cede

#55cede

Complementary Color

#55cede #de6555

#55cede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55cede Color Preview on White Background

Lorem ipsum dolor sit amet.

#55cede Color CSS Codes

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

#55cede Text Font Color

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

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


#55cede Background Color

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

This div background color is #55cede


#55cede Border Color

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

This div border color is #55cede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55cede


Comments

No comments written yet.

Please login to write comment.