Color Hex Logo

#55dadf Color Hex

#55DADF
(85,218,223)
0 Favorites   0 Comments

Color spaces of #55dadf

RGB 85218223
HSL0.510.680.60
HSV182°62°87°
CMYK 0.620.020.00   0.13
XYZ42.137057.401878.6708
Yxy57.40180.23640.3221
Hunter Lab75.7640-33.3121-8.5300
CIE-Lab80.4051-34.2874-13.2500

#55dadf color RGB value is (85,218,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 11011010 11011111
Octal 125 332 337
Decimal 85 218 223
Hex 55 DA DF

RGB Percentages of Color #55dadf

%16.16
%41.44
%42.40

CMYK Percentages of Color #55dadf

%62
%2
%0
%13

Triadic Colors of #55dadf

#55dadf #df55da #dadf55

Analogous Colors of #55dadf

#55dadf #5595df #55df9f

Monochromatic Colors of #55dadf

#55dadf

Complementary Color

#55dadf #df5a55

#55dadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55dadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#55dadf Color CSS Codes

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

#55dadf Text Font Color

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

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


#55dadf Background Color

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

This div background color is #55dadf


#55dadf Border Color

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

This div border color is #55dadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55dadf


Comments

No comments written yet.

Please login to write comment.