Color Hex Logo

#abeacd Color Hex

#ABEACD
(171,234,205)
0 Favorites   0 Comments

Color spaces of #abeacd

RGB 171234205
HSL0.420.600.79
HSV152°27°92°
CMYK 0.270.000.12   0.08
XYZ57.236871.911368.6212
Yxy71.91130.28940.3636
Hunter Lab84.8005-27.920911.3825
CIE-Lab87.9259-25.72657.7094

#abeacd color RGB value is (171,234,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101010 11001101
Octal 253 352 315
Decimal 171 234 205
Hex AB EA CD

RGB Percentages of Color #abeacd

%28.03
%38.36
%33.61

CMYK Percentages of Color #abeacd

%27
%0
%12
%8

Triadic Colors of #abeacd

#abeacd #cdabea #eacdab

Analogous Colors of #abeacd

#abeacd #abe8ea #abeaae

Monochromatic Colors of #abeacd

#abeacd

Complementary Color

#abeacd #eaabc8

#abeacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abeacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abeacd Color CSS Codes

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

#abeacd Text Font Color

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

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


#abeacd Background Color

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

This div background color is #abeacd


#abeacd Border Color

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

This div border color is #abeacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abeacd


Comments

No comments written yet.

Please login to write comment.