Color Hex Logo

#55ddff Color Hex

#55DDFF
(85,221,255)
0 Favorites   0 Comments

Color spaces of #55ddff

RGB 85221255
HSL0.531.000.67
HSV192°67°100°
CMYK 0.670.130.00   0.00
XYZ47.652860.8642103.8441
Yxy60.86420.22440.2866
Hunter Lab78.0155-27.4972-24.3083
CIE-Lab82.3057-26.5215-27.3734

#55ddff color RGB value is (85,221,255).

#55ddff hex color red value is 85, green value is 221 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #55ddff hue: 0.53 , saturation: 1.00 and the lightness value of 55ddff is 0.67.

The process color (four color CMYK) of #55ddff color hex is 0.67, 0.13, 0.00, 0.00. Web safe color of #55ddff is #66ccff. Color #55ddff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11011101 11111111
Octal 125 335 377
Decimal 85 221 255
Hex 55 DD FF

RGB Percentages of Color #55ddff

%15.15
%39.39
%45.45

CMYK Percentages of Color #55ddff

%67
%13
%0
%0

Triadic Colors of #55ddff

#55ddff #ff55dd #ddff55

Analogous Colors of #55ddff

#55ddff #5588ff #55ffcc

Monochromatic Colors of #55ddff

#55ddff

Complementary Color

#55ddff #ff7755

#55ddff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55ddff Color Preview on White Background

Lorem ipsum dolor sit amet.

#55ddff Color CSS Codes

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

#55ddff Text Font Color

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

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


#55ddff Background Color

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

This div background color is #55ddff


#55ddff Border Color

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

This div border color is #55ddff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55ddff

Related Colors


Comments

No comments written yet.

Please login to write comment.