Color Hex Logo

#abe1de Color Hex

#ABE1DE
(171,225,222)
0 Favorites   0 Comments

Color spaces of #abe1de

RGB 171225222
HSL0.490.470.78
HSV177°24°88°
CMYK 0.240.000.01   0.12
XYZ56.904667.782379.1913
Yxy67.78230.27910.3325
Hunter Lab82.3300-20.70240.6013
CIE-Lab85.8975-17.8018-4.1752

#abe1de color RGB value is (171,225,222).

#abe1de hex color red value is 171, green value is 225 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #abe1de hue: 0.49 , saturation: 0.47 and the lightness value of abe1de is 0.78.

The process color (four color CMYK) of #abe1de color hex is 0.24, 0.00, 0.01, 0.12. Web safe color of #abe1de is #99cccc. Color #abe1de contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100001 11011110
Octal 253 341 336
Decimal 171 225 222
Hex AB E1 DE

RGB Percentages of Color #abe1de

%27.67
%36.41
%35.92

CMYK Percentages of Color #abe1de

%24
%0
%1
%12

Triadic Colors of #abe1de

#abe1de #deabe1 #e1deab

Analogous Colors of #abe1de

#abe1de #abc9e1 #abe1c3

Monochromatic Colors of #abe1de

#abe1de

Complementary Color

#abe1de #e1abae

#abe1de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe1de Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe1de Color CSS Codes

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

#abe1de Text Font Color

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

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


#abe1de Background Color

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

This div background color is #abe1de


#abe1de Border Color

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

This div border color is #abe1de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe1de


Comments

No comments written yet.

Please login to write comment.