Color Hex Logo

#abeadc Color Hex

#ABEADC
(171,234,220)
0 Favorites   0 Comments

Color spaces of #abeadc

RGB 171234220
HSL0.460.600.79
HSV167°27°92°
CMYK 0.270.000.06   0.08
XYZ59.135772.670978.6202
Yxy72.67090.28100.3454
Hunter Lab85.2472-25.35784.9922
CIE-Lab88.2905-22.67960.3842

#abeadc color RGB value is (171,234,220).

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

The process color (four color CMYK) of #abeadc color hex is 0.27, 0.00, 0.06, 0.08. Web safe color of #abeadc is #99ffcc. Color #abeadc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101010 11011100
Octal 253 352 334
Decimal 171 234 220
Hex AB EA DC

RGB Percentages of Color #abeadc

%27.36
%37.44
%35.20

CMYK Percentages of Color #abeadc

%27
%0
%6
%8

Triadic Colors of #abeadc

#abeadc #dcabea #eadcab

Analogous Colors of #abeadc

#abeadc #abd9ea #abeabd

Monochromatic Colors of #abeadc

#abeadc

Complementary Color

#abeadc #eaabb9

#abeadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abeadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abeadc Color CSS Codes

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

#abeadc Text Font Color

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

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


#abeadc Background Color

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

This div background color is #abeadc


#abeadc Border Color

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

This div border color is #abeadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abeadc


Comments

No comments written yet.

Please login to write comment.