Color Hex Logo

#abe6ea Color Hex

#ABE6EA
(171,230,234)
0 Favorites   0 Comments

Color spaces of #abe6ea

RGB 171230234
HSL0.510.600.79
HSV184°27°92°
CMYK 0.270.020.00   0.08
XYZ59.942771.192188.4240
Yxy71.19210.27300.3243
Hunter Lab84.3754-20.8455-3.0721
CIE-Lab87.5783-17.6766-8.0118

#abe6ea color RGB value is (171,230,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100110 11101010
Octal 253 346 352
Decimal 171 230 234
Hex AB E6 EA

RGB Percentages of Color #abe6ea

%26.93
%36.22
%36.85

CMYK Percentages of Color #abe6ea

%27
%2
%0
%8

Triadic Colors of #abe6ea

#abe6ea #eaabe6 #e6eaab

Analogous Colors of #abe6ea

#abe6ea #abc7ea #abeacf

Monochromatic Colors of #abe6ea

#abe6ea

Complementary Color

#abe6ea #eaafab

#abe6ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe6ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe6ea Color CSS Codes

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

#abe6ea Text Font Color

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

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


#abe6ea Background Color

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

This div background color is #abe6ea


#abe6ea Border Color

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

This div border color is #abe6ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe6ea


Comments

No comments written yet.

Please login to write comment.