Color Hex Logo

#55baed Color Hex

#55BAED
(85,186,237)
0 Favorites   0 Comments

Color spaces of #55baed

RGB 85186237
HSL0.560.810.63
HSV200°64°93°
CMYK 0.640.220.00   0.07
XYZ36.591343.163586.5236
Yxy43.16350.22010.2596
Hunter Lab65.6989-15.5568-32.0940
CIE-Lab71.6658-14.1365-34.1006

#55baed color RGB value is (85,186,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10111010 11101101
Octal 125 272 355
Decimal 85 186 237
Hex 55 BA ED

RGB Percentages of Color #55baed

%16.73
%36.61
%46.65

CMYK Percentages of Color #55baed

%64
%22
%0
%7

Triadic Colors of #55baed

#55baed #ed55ba #baed55

Analogous Colors of #55baed

#55baed #556eed #55edd4

Monochromatic Colors of #55baed

#55baed

Complementary Color

#55baed #ed8855

#55baed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55baed Color Preview on White Background

Lorem ipsum dolor sit amet.

#55baed Color CSS Codes

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

#55baed Text Font Color

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

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


#55baed Background Color

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

This div background color is #55baed


#55baed Border Color

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

This div border color is #55baed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55baed


Comments

No comments written yet.

Please login to write comment.