Color Hex Logo

#abeeee Color Hex

#ABEEEE
(171,238,238)
0 Favorites   0 Comments

Color spaces of #abeeee

RGB 171238238
HSL0.500.660.80
HSV180°28°93°
CMYK 0.280.000.00   0.07
XYZ62.801775.980092.2445
Yxy75.98000.27180.3289
Hunter Lab87.1665-23.9358-1.7275
CIE-Lab89.8501-20.7574-6.7445

#abeeee color RGB value is (171,238,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101110 11101110
Octal 253 356 356
Decimal 171 238 238
Hex AB EE EE

RGB Percentages of Color #abeeee

%26.43
%36.79
%36.79

CMYK Percentages of Color #abeeee

%28
%0
%0
%7

Triadic Colors of #abeeee

#abeeee #eeabee #eeeeab

Analogous Colors of #abeeee

#abeeee #abcdee #abeecd

Monochromatic Colors of #abeeee

#abeeee

Complementary Color

#abeeee #eeabab

#abeeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abeeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#abeeee Color CSS Codes

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

#abeeee Text Font Color

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

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


#abeeee Background Color

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

This div background color is #abeeee


#abeeee Border Color

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

This div border color is #abeeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abeeee


Comments

No comments written yet.

Please login to write comment.