Color Hex Logo

#abe2ea Color Hex

#ABE2EA
(171,226,234)
0 Favorites   0 Comments

Color spaces of #abe2ea

RGB 171226234
HSL0.520.600.79
HSV188°27°92°
CMYK 0.270.030.00   0.08
XYZ58.842268.991288.0572
Yxy68.99120.27260.3196
Hunter Lab83.0609-18.9033-4.7137
CIE-Lab86.4997-15.6678-9.6130

#abe2ea color RGB value is (171,226,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100010 11101010
Octal 253 342 352
Decimal 171 226 234
Hex AB E2 EA

RGB Percentages of Color #abe2ea

%27.10
%35.82
%37.08

CMYK Percentages of Color #abe2ea

%27
%3
%0
%8

Triadic Colors of #abe2ea

#abe2ea #eaabe2 #e2eaab

Analogous Colors of #abe2ea

#abe2ea #abc3ea #abead3

Monochromatic Colors of #abe2ea

#abe2ea

Complementary Color

#abe2ea #eab3ab

#abe2ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe2ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe2ea Color CSS Codes

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

#abe2ea Text Font Color

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

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


#abe2ea Background Color

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

This div background color is #abe2ea


#abe2ea Border Color

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

This div border color is #abe2ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe2ea


Comments

No comments written yet.

Please login to write comment.