Color Hex Logo

#abebef Color Hex

#ABEBEF
(171,235,239)
0 Favorites   0 Comments

Color spaces of #abebef

RGB 171235239
HSL0.510.680.80
HSV184°28°94°
CMYK 0.280.020.00   0.06
XYZ62.082974.306692.7318
Yxy74.30660.27100.3243
Hunter Lab86.2013-22.2950-3.4409
CIE-Lab89.0672-19.0509-8.4269

#abebef color RGB value is (171,235,239).

#abebef hex color red value is 171, green value is 235 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #abebef hue: 0.51 , saturation: 0.68 and the lightness value of abebef is 0.80.

The process color (four color CMYK) of #abebef color hex is 0.28, 0.02, 0.00, 0.06. Web safe color of #abebef is #99ffff. Color #abebef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101011 11101111
Octal 253 353 357
Decimal 171 235 239
Hex AB EB EF

RGB Percentages of Color #abebef

%26.51
%36.43
%37.05

CMYK Percentages of Color #abebef

%28
%2
%0
%6

Triadic Colors of #abebef

#abebef #efabeb #ebefab

Analogous Colors of #abebef

#abebef #abc9ef #abefd1

Monochromatic Colors of #abebef

#abebef

Complementary Color

#abebef #efafab

#abebef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abebef Color Preview on White Background

Lorem ipsum dolor sit amet.

#abebef Color CSS Codes

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

#abebef Text Font Color

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

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


#abebef Background Color

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

This div background color is #abebef


#abebef Border Color

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

This div border color is #abebef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abebef


Comments

No comments written yet.

Please login to write comment.