Color Hex Logo

#55cddf Color Hex

#55CDDF
(85,205,223)
0 Favorites   0 Comments

Color spaces of #55cddf

RGB 85205223
HSL0.520.680.60
HSV188°62°87°
CMYK 0.620.080.00   0.13
XYZ38.896950.921777.5908
Yxy50.92170.23230.3042
Hunter Lab71.3594-27.5815-14.5158
CIE-Lab76.6316-28.0561-18.9310

#55cddf color RGB value is (85,205,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 11001101 11011111
Octal 125 315 337
Decimal 85 205 223
Hex 55 CD DF

RGB Percentages of Color #55cddf

%16.57
%39.96
%43.47

CMYK Percentages of Color #55cddf

%62
%8
%0
%13

Triadic Colors of #55cddf

#55cddf #df55cd #cddf55

Analogous Colors of #55cddf

#55cddf #5588df #55dfac

Monochromatic Colors of #55cddf

#55cddf

Complementary Color

#55cddf #df6755

#55cddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55cddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#55cddf Color CSS Codes

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

#55cddf Text Font Color

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

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


#55cddf Background Color

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

This div background color is #55cddf


#55cddf Border Color

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

This div border color is #55cddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55cddf

#55cddf Color Palettes


Comments

No comments written yet.

Please login to write comment.