Color Hex Logo

#55cddc Color Hex

#55CDDC
(85,205,220)
0 Favorites   0 Comments

Color spaces of #55cddc

RGB 85205220
HSL0.520.660.60
HSV187°61°86°
CMYK 0.610.070.00   0.14
XYZ38.495950.761275.4791
Yxy50.76120.23370.3081
Hunter Lab71.2469-28.2355-12.9391
CIE-Lab76.5341-28.9162-17.4634

#55cddc color RGB value is (85,205,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 11001101 11011100
Octal 125 315 334
Decimal 85 205 220
Hex 55 CD DC

RGB Percentages of Color #55cddc

%16.67
%40.20
%43.14

CMYK Percentages of Color #55cddc

%61
%7
%0
%14

Triadic Colors of #55cddc

#55cddc #dc55cd #cddc55

Analogous Colors of #55cddc

#55cddc #558adc #55dca8

Monochromatic Colors of #55cddc

#55cddc

Complementary Color

#55cddc #dc6455

#55cddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55cddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#55cddc Color CSS Codes

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

#55cddc Text Font Color

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

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


#55cddc Background Color

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

This div background color is #55cddc


#55cddc Border Color

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

This div border color is #55cddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55cddc


Comments

No comments written yet.

Please login to write comment.