Color Hex Logo

#55cdff Color Hex

#55CDFF
(85,205,255)
0 Favorites   0 Comments

Color spaces of #55cdff

RGB 85205255
HSL0.551.000.67
HSV198°67°100°
CMYK 0.670.200.00   0.00
XYZ43.627652.8139102.5024
Yxy52.81390.21930.2655
Hunter Lab72.6732-20.0198-32.7548
CIE-Lab77.7650-18.4642-34.3506

#55cdff color RGB value is (85,205,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 11001101 11111111
Octal 125 315 377
Decimal 85 205 255
Hex 55 CD FF

RGB Percentages of Color #55cdff

%15.60
%37.61
%46.79

CMYK Percentages of Color #55cdff

%67
%20
%0
%0

Triadic Colors of #55cdff

#55cdff #ff55cd #cdff55

Analogous Colors of #55cdff

#55cdff #5578ff #55ffdc

Monochromatic Colors of #55cdff

#55cdff

Complementary Color

#55cdff #ff8755

#55cdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55cdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#55cdff Color CSS Codes

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

#55cdff Text Font Color

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

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


#55cdff Background Color

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

This div background color is #55cdff


#55cdff Border Color

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

This div border color is #55cdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55cdff


Comments

No comments written yet.

Please login to write comment.