Color Hex Logo

#55abeb Color Hex

#55ABEB
(85,171,235)
0 Favorites   0 Comments

Color spaces of #55abeb

RGB 85171235
HSL0.570.790.63
HSV206°64°92°
CMYK 0.640.270.00   0.08
XYZ33.304637.055383.9943
Yxy37.05530.21580.2401
Hunter Lab60.8731-8.8677-39.1988
CIE-Lab67.3185-6.6319-39.7730

#55abeb color RGB value is (85,171,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10101011 11101011
Octal 125 253 353
Decimal 85 171 235
Hex 55 AB EB

RGB Percentages of Color #55abeb

%17.31
%34.83
%47.86

CMYK Percentages of Color #55abeb

%64
%27
%0
%8

Triadic Colors of #55abeb

#55abeb #eb55ab #abeb55

Analogous Colors of #55abeb

#55abeb #5560eb #55ebe0

Monochromatic Colors of #55abeb

#55abeb

Complementary Color

#55abeb #eb9555

#55abeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55abeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#55abeb Color CSS Codes

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

#55abeb Text Font Color

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

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


#55abeb Background Color

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

This div background color is #55abeb


#55abeb Border Color

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

This div border color is #55abeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55abeb


Comments

No comments written yet.

Please login to write comment.