Color Hex Logo

#55cfdb Color Hex

#55CFDB
(85,207,219)
0 Favorites   0 Comments

Color spaces of #55cfdb

RGB 85207219
HSL0.510.650.60
HSV185°61°86°
CMYK 0.610.050.00   0.14
XYZ38.845351.671474.9441
Yxy51.67140.23480.3123
Hunter Lab71.8828-29.3340-11.4970
CIE-Lab77.0839-30.1702-16.0963

#55cfdb color RGB value is (85,207,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 11001111 11011011
Octal 125 317 333
Decimal 85 207 219
Hex 55 CF DB

RGB Percentages of Color #55cfdb

%16.63
%40.51
%42.86

CMYK Percentages of Color #55cfdb

%61
%5
%0
%14

Triadic Colors of #55cfdb

#55cfdb #db55cf #cfdb55

Analogous Colors of #55cfdb

#55cfdb #558cdb #55dba4

Monochromatic Colors of #55cfdb

#55cfdb

Complementary Color

#55cfdb #db6155

#55cfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55cfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#55cfdb Color CSS Codes

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

#55cfdb Text Font Color

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

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


#55cfdb Background Color

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

This div background color is #55cfdb


#55cfdb Border Color

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

This div border color is #55cfdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,207,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 #55cfdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55cfdb


Comments

No comments written yet.

Please login to write comment.