Color Hex Logo

#55abea Color Hex

#55ABEA
(85,171,234)
0 Favorites   0 Comments

Color spaces of #55abea

RGB 85171234
HSL0.570.780.63
HSV205°64°92°
CMYK 0.640.270.00   0.08
XYZ33.160536.997683.2354
Yxy36.99760.21620.2412
Hunter Lab60.8257-9.1315-38.5560
CIE-Lab67.2752-6.9545-39.2935

#55abea color RGB value is (85,171,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10101011 11101010
Octal 125 253 352
Decimal 85 171 234
Hex 55 AB EA

RGB Percentages of Color #55abea

%17.35
%34.90
%47.76

CMYK Percentages of Color #55abea

%64
%27
%0
%8

Triadic Colors of #55abea

#55abea #ea55ab #abea55

Analogous Colors of #55abea

#55abea #5560ea #55eadf

Monochromatic Colors of #55abea

#55abea

Complementary Color

#55abea #ea9455

#55abea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55abea Color Preview on White Background

Lorem ipsum dolor sit amet.

#55abea Color CSS Codes

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

#55abea Text Font Color

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

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


#55abea Background Color

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

This div background color is #55abea


#55abea Border Color

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

This div border color is #55abea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55abea


Comments

No comments written yet.

Please login to write comment.