Color Hex Logo

#55cced Color Hex

#55CCED
(85,204,237)
0 Favorites   0 Comments

Color spaces of #55cced

RGB 85204237
HSL0.540.810.63
HSV193°64°93°
CMYK 0.640.140.00   0.07
XYZ40.625251.231587.8682
Yxy51.23150.22600.2851
Hunter Lab71.5762-23.9453-22.6821
CIE-Lab76.8190-23.4455-26.1704

#55cced color RGB value is (85,204,237).

#55cced hex color red value is 85, green value is 204 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #55cced hue: 0.54 , saturation: 0.81 and the lightness value of 55cced is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 11001100 11101101
Octal 125 314 355
Decimal 85 204 237
Hex 55 CC ED

RGB Percentages of Color #55cced

%16.16
%38.78
%45.06

CMYK Percentages of Color #55cced

%64
%14
%0
%7

Triadic Colors of #55cced

#55cced #ed55cc #cced55

Analogous Colors of #55cced

#55cced #5580ed #55edc2

Monochromatic Colors of #55cced

#55cced

Complementary Color

#55cced #ed7655

#55cced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55cced Color Preview on White Background

Lorem ipsum dolor sit amet.

#55cced Color CSS Codes

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

#55cced Text Font Color

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

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


#55cced Background Color

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

This div background color is #55cced


#55cced Border Color

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

This div border color is #55cced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55cced


Comments

No comments written yet.

Please login to write comment.