Color Hex Logo

#abe3ea Color Hex

#ABE3EA
(171,227,234)
0 Favorites   0 Comments

Color spaces of #abe3ea

RGB 171227234
HSL0.520.600.79
HSV187°27°92°
CMYK 0.270.030.00   0.08
XYZ59.115069.536688.1481
Yxy69.53660.27270.3207
Hunter Lab83.3886-19.3897-4.3020
CIE-Lab86.7691-16.1715-9.2127

#abe3ea color RGB value is (171,227,234).

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

The process color (four color CMYK) of #abe3ea color hex is 0.27, 0.03, 0.00, 0.08. Web safe color of #abe3ea is #99ccff. Color #abe3ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100011 11101010
Octal 253 343 352
Decimal 171 227 234
Hex AB E3 EA

RGB Percentages of Color #abe3ea

%27.06
%35.92
%37.03

CMYK Percentages of Color #abe3ea

%27
%3
%0
%8

Triadic Colors of #abe3ea

#abe3ea #eaabe3 #e3eaab

Analogous Colors of #abe3ea

#abe3ea #abc4ea #abead2

Monochromatic Colors of #abe3ea

#abe3ea

Complementary Color

#abe3ea #eab2ab

#abe3ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe3ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe3ea Color CSS Codes

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

#abe3ea Text Font Color

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

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


#abe3ea Background Color

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

This div background color is #abe3ea


#abe3ea Border Color

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

This div border color is #abe3ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe3ea


Comments

No comments written yet.

Please login to write comment.