Color Hex Logo

#abeeff Color Hex

#ABEEFF
(171,238,255)
0 Favorites   0 Comments

Color spaces of #abeeff

RGB 171238255
HSL0.531.000.84
HSV192°33°100°
CMYK 0.330.070.00   0.00
XYZ65.419177.0270106.0275
Yxy77.02700.26330.3100
Hunter Lab87.7650-20.5368-10.1918
CIE-Lab90.3340-16.8757-14.9016

#abeeff color RGB value is (171,238,255).

#abeeff hex color red value is 171, green value is 238 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #abeeff hue: 0.53 , saturation: 1.00 and the lightness value of abeeff is 0.84.

The process color (four color CMYK) of #abeeff color hex is 0.33, 0.07, 0.00, 0.00. Web safe color of #abeeff is #99ffff. Color #abeeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101110 11111111
Octal 253 356 377
Decimal 171 238 255
Hex AB EE FF

RGB Percentages of Color #abeeff

%25.75
%35.84
%38.40

CMYK Percentages of Color #abeeff

%33
%7
%0
%0

Triadic Colors of #abeeff

#abeeff #ffabee #eeffab

Analogous Colors of #abeeff

#abeeff #abc4ff #abffe6

Monochromatic Colors of #abeeff

#abeeff

Complementary Color

#abeeff #ffbcab

#abeeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abeeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#abeeff Color CSS Codes

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

#abeeff Text Font Color

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

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


#abeeff Background Color

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

This div background color is #abeeff


#abeeff Border Color

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

This div border color is #abeeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abeeff

Related Colors


Comments

No comments written yet.

Please login to write comment.