Color Hex Logo

#55abed Color Hex

#55ABED
(85,171,237)
0 Favorites   0 Comments

Color spaces of #55abed

RGB 85171237
HSL0.570.810.63
HSV206°64°93°
CMYK 0.640.280.00   0.07
XYZ33.595337.171585.5249
Yxy37.17150.21500.2378
Hunter Lab60.9684-8.3363-40.4925
CIE-Lab67.4055-5.9842-40.7305

#55abed color RGB value is (85,171,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10101011 11101101
Octal 125 253 355
Decimal 85 171 237
Hex 55 AB ED

RGB Percentages of Color #55abed

%17.24
%34.69
%48.07

CMYK Percentages of Color #55abed

%64
%28
%0
%7

Triadic Colors of #55abed

#55abed #ed55ab #abed55

Analogous Colors of #55abed

#55abed #555fed #55ede3

Monochromatic Colors of #55abed

#55abed

Complementary Color

#55abed #ed9755

#55abed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55abed Color Preview on White Background

Lorem ipsum dolor sit amet.

#55abed Color CSS Codes

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

#55abed Text Font Color

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

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


#55abed Background Color

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

This div background color is #55abed


#55abed Border Color

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

This div border color is #55abed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55abed


Comments

No comments written yet.

Please login to write comment.