Color Hex Logo

#55cedb Color Hex

#55CEDB
(85,206,219)
0 Favorites   0 Comments

Color spaces of #55cedb

RGB 85206219
HSL0.520.650.60
HSV186°61°86°
CMYK 0.610.060.00   0.14
XYZ38.603851.188474.8635
Yxy51.18840.23450.3109
Hunter Lab71.5461-28.8932-11.9569
CIE-Lab76.7930-29.6867-16.5346

#55cedb color RGB value is (85,206,219).

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

The process color (four color CMYK) of #55cedb color hex is 0.61, 0.06, 0.00, 0.14. Web safe color of #55cedb is #66cccc. Color #55cedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11001110 11011011
Octal 125 316 333
Decimal 85 206 219
Hex 55 CE DB

RGB Percentages of Color #55cedb

%16.67
%40.39
%42.94

CMYK Percentages of Color #55cedb

%61
%6
%0
%14

Triadic Colors of #55cedb

#55cedb #db55ce #cedb55

Analogous Colors of #55cedb

#55cedb #558bdb #55dba5

Monochromatic Colors of #55cedb

#55cedb

Complementary Color

#55cedb #db6255

#55cedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55cedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#55cedb Color CSS Codes

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

#55cedb Text Font Color

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

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


#55cedb Background Color

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

This div background color is #55cedb


#55cedb Border Color

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

This div border color is #55cedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55cedb


Comments

No comments written yet.

Please login to write comment.