Color Hex Logo

#55baee Color Hex

#55BAEE
(85,186,238)
0 Favorites   0 Comments

Color spaces of #55baee

RGB 85186238
HSL0.560.820.63
HSV200°64°93°
CMYK 0.640.220.00   0.07
XYZ36.737843.222287.2953
Yxy43.22220.21970.2584
Hunter Lab65.7436-15.3047-32.7056
CIE-Lab71.7055-13.8229-34.5812

#55baee color RGB value is (85,186,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10111010 11101110
Octal 125 272 356
Decimal 85 186 238
Hex 55 BA EE

RGB Percentages of Color #55baee

%16.70
%36.54
%46.76

CMYK Percentages of Color #55baee

%64
%22
%0
%7

Triadic Colors of #55baee

#55baee #ee55ba #baee55

Analogous Colors of #55baee

#55baee #556eee #55eed6

Monochromatic Colors of #55baee

#55baee

Complementary Color

#55baee #ee8955

#55baee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55baee Color Preview on White Background

Lorem ipsum dolor sit amet.

#55baee Color CSS Codes

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

#55baee Text Font Color

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

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


#55baee Background Color

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

This div background color is #55baee


#55baee Border Color

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

This div border color is #55baee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55baee


Comments

No comments written yet.

Please login to write comment.