Color Hex Logo

#abe7ea Color Hex

#ABE7EA
(171,231,234)
0 Favorites   0 Comments

Color spaces of #abe7ea

RGB 171231234
HSL0.510.600.79
HSV183°27°92°
CMYK 0.270.010.00   0.08
XYZ60.221871.750388.5171
Yxy71.75030.27310.3254
Hunter Lab84.7055-21.3293-2.6640
CIE-Lab87.8483-18.1759-7.6117

#abe7ea color RGB value is (171,231,234).

#abe7ea hex color red value is 171, green value is 231 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #abe7ea hue: 0.51 , saturation: 0.60 and the lightness value of abe7ea is 0.79.

The process color (four color CMYK) of #abe7ea color hex is 0.27, 0.01, 0.00, 0.08. Web safe color of #abe7ea is #99ffff. Color #abe7ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100111 11101010
Octal 253 347 352
Decimal 171 231 234
Hex AB E7 EA

RGB Percentages of Color #abe7ea

%26.89
%36.32
%36.79

CMYK Percentages of Color #abe7ea

%27
%1
%0
%8

Triadic Colors of #abe7ea

#abe7ea #eaabe7 #e7eaab

Analogous Colors of #abe7ea

#abe7ea #abc8ea #abeace

Monochromatic Colors of #abe7ea

#abe7ea

Complementary Color

#abe7ea #eaaeab

#abe7ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe7ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe7ea Color CSS Codes

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

#abe7ea Text Font Color

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

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


#abe7ea Background Color

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

This div background color is #abe7ea


#abe7ea Border Color

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

This div border color is #abe7ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe7ea


Comments

No comments written yet.

Please login to write comment.