Color Hex Logo

#abeeea Color Hex

#ABEEEA
(171,238,234)
1 Favorites   0 Comments

Color spaces of #abeeea

RGB 171238234
HSL0.490.660.80
HSV176°28°93°
CMYK 0.280.000.02   0.07
XYZ62.220475.747589.1833
Yxy75.74750.27390.3335
Hunter Lab87.0330-24.69720.1683
CIE-Lab89.7420-21.6394-4.8138

#abeeea color RGB value is (171,238,234).

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

The process color (four color CMYK) of #abeeea color hex is 0.28, 0.00, 0.02, 0.07. Web safe color of #abeeea is #99ffff. Color #abeeea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101110 11101010
Octal 253 356 352
Decimal 171 238 234
Hex AB EE EA

RGB Percentages of Color #abeeea

%26.59
%37.01
%36.39

CMYK Percentages of Color #abeeea

%28
%0
%2
%7

Triadic Colors of #abeeea

#abeeea #eaabee #eeeaab

Analogous Colors of #abeeea

#abeeea #abd1ee #abeec9

Monochromatic Colors of #abeeea

#abeeea

Complementary Color

#abeeea #eeabaf

#abeeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abeeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#abeeea Color CSS Codes

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

#abeeea Text Font Color

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

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


#abeeea Background Color

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

This div background color is #abeeea


#abeeea Border Color

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

This div border color is #abeeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abeeea


Comments

No comments written yet.

Please login to write comment.