Color Hex Logo

#55aeff Color Hex

#55AEFF
(85,174,255)
0 Favorites   0 Comments

Color spaces of #55aeff

RGB 85174255
HSL0.581.000.67
HSV209°67°100°
CMYK 0.670.320.00   0.00
XYZ36.932439.4234100.2707
Yxy39.42340.20910.2232
Hunter Lab62.7881-4.8841-50.7328
CIE-Lab69.0569-1.7643-47.9316

#55aeff color RGB value is (85,174,255).

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

The process color (four color CMYK) of #55aeff color hex is 0.67, 0.32, 0.00, 0.00. Web safe color of #55aeff is #6699ff. Color #55aeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10101110 11111111
Octal 125 256 377
Decimal 85 174 255
Hex 55 AE FF

RGB Percentages of Color #55aeff

%16.54
%33.85
%49.61

CMYK Percentages of Color #55aeff

%67
%32
%0
%0

Triadic Colors of #55aeff

#55aeff #ff55ae #aeff55

Analogous Colors of #55aeff

#55aeff #5559ff #55fffb

Monochromatic Colors of #55aeff

#55aeff

Complementary Color

#55aeff #ffa655

#55aeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55aeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#55aeff Color CSS Codes

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

#55aeff Text Font Color

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

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


#55aeff Background Color

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

This div background color is #55aeff


#55aeff Border Color

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

This div border color is #55aeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55aeff

Related Colors

#55aeff Color Palettes


Comments

No comments written yet.

Please login to write comment.