Color Hex Logo

#abe3ec Color Hex

#ABE3EC
(171,227,236)
0 Favorites   0 Comments

Color spaces of #abe3ec

RGB 171227236
HSL0.520.630.80
HSV188°28°93°
CMYK 0.280.040.00   0.07
XYZ59.404069.652289.6702
Yxy69.65220.27160.3184
Hunter Lab83.4579-18.9979-5.2828
CIE-Lab86.8260-15.7224-10.1813

#abe3ec color RGB value is (171,227,236).

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

The process color (four color CMYK) of #abe3ec color hex is 0.28, 0.04, 0.00, 0.07. Web safe color of #abe3ec is #99ccff. Color #abe3ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100011 11101100
Octal 253 343 354
Decimal 171 227 236
Hex AB E3 EC

RGB Percentages of Color #abe3ec

%26.97
%35.80
%37.22

CMYK Percentages of Color #abe3ec

%28
%4
%0
%7

Triadic Colors of #abe3ec

#abe3ec #ecabe3 #e3ecab

Analogous Colors of #abe3ec

#abe3ec #abc3ec #abecd5

Monochromatic Colors of #abe3ec

#abe3ec

Complementary Color

#abe3ec #ecb4ab

#abe3ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe3ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe3ec Color CSS Codes

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

#abe3ec Text Font Color

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

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


#abe3ec Background Color

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

This div background color is #abe3ec


#abe3ec Border Color

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

This div border color is #abe3ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,227,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #abe3ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe3ec


Comments

No comments written yet.

Please login to write comment.