Color Hex Logo

#abe6ee Color Hex

#ABE6EE
(171,230,238)
0 Favorites   0 Comments

Color spaces of #abe6ee

RGB 171230238
HSL0.520.660.80
HSV187°28°93°
CMYK 0.280.030.00   0.07
XYZ60.524071.424691.4853
Yxy71.42460.27090.3197
Hunter Lab84.5131-20.0652-5.0222
CIE-Lab87.6909-16.7805-9.9466

#abe6ee color RGB value is (171,230,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100110 11101110
Octal 253 346 356
Decimal 171 230 238
Hex AB E6 EE

RGB Percentages of Color #abe6ee

%26.76
%35.99
%37.25

CMYK Percentages of Color #abe6ee

%28
%3
%0
%7

Triadic Colors of #abe6ee

#abe6ee #eeabe6 #e6eeab

Analogous Colors of #abe6ee

#abe6ee #abc5ee #abeed5

Monochromatic Colors of #abe6ee

#abe6ee

Complementary Color

#abe6ee #eeb3ab

#abe6ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe6ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe6ee Color CSS Codes

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

#abe6ee Text Font Color

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

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


#abe6ee Background Color

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

This div background color is #abe6ee


#abe6ee Border Color

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

This div border color is #abe6ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe6ee


Comments

No comments written yet.

Please login to write comment.