Color Hex Logo

#abeeef Color Hex

#ABEEEF
(171,238,239)
0 Favorites   0 Comments

Color spaces of #abeeef

RGB 171238239
HSL0.500.680.80
HSV181°28°94°
CMYK 0.280.000.00   0.06
XYZ62.949176.039093.0206
Yxy76.03900.27130.3277
Hunter Lab87.2003-23.7431-2.2071
CIE-Lab89.8774-20.5350-7.2265

#abeeef color RGB value is (171,238,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101110 11101111
Octal 253 356 357
Decimal 171 238 239
Hex AB EE EF

RGB Percentages of Color #abeeef

%26.39
%36.73
%36.88

CMYK Percentages of Color #abeeef

%28
%0
%0
%6

Triadic Colors of #abeeef

#abeeef #efabee #eeefab

Analogous Colors of #abeeef

#abeeef #abccef #abefce

Monochromatic Colors of #abeeef

#abeeef

Complementary Color

#abeeef #efacab

#abeeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abeeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#abeeef Color CSS Codes

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

#abeeef Text Font Color

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

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


#abeeef Background Color

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

This div background color is #abeeef


#abeeef Border Color

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

This div border color is #abeeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abeeef


Comments

No comments written yet.

Please login to write comment.