Color Hex Logo

#55aaee Color Hex

#55AAEE
(85,170,238)
0 Favorites   0 Comments

Color spaces of #55aaee

RGB 85170238
HSL0.570.820.63
HSV207°64°93°
CMYK 0.640.290.00   0.07
XYZ33.553736.853886.2339
Yxy36.85380.21420.2353
Hunter Lab60.7073-7.5786-41.7255
CIE-Lab67.1672-5.1031-41.6498

#55aaee color RGB value is (85,170,238).

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

The process color (four color CMYK) of #55aaee color hex is 0.64, 0.29, 0.00, 0.07. Web safe color of #55aaee is #6699ff. Color #55aaee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10101010 11101110
Octal 125 252 356
Decimal 85 170 238
Hex 55 AA EE

RGB Percentages of Color #55aaee

%17.24
%34.48
%48.28

CMYK Percentages of Color #55aaee

%64
%29
%0
%7

Triadic Colors of #55aaee

#55aaee #ee55aa #aaee55

Analogous Colors of #55aaee

#55aaee #555eee #55eee6

Monochromatic Colors of #55aaee

#55aaee

Complementary Color

#55aaee #ee9955

#55aaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55aaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#55aaee Color CSS Codes

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

#55aaee Text Font Color

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

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


#55aaee Background Color

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

This div background color is #55aaee


#55aaee Border Color

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

This div border color is #55aaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55aaee

#55aaee Color Palettes


Comments

No comments written yet.

Please login to write comment.