Color Hex Logo

#abeaca Color Hex

#ABEACA
(171,234,202)
0 Favorites   0 Comments

Color spaces of #abeaca

RGB 171234202
HSL0.420.600.79
HSV150°27°92°
CMYK 0.270.000.14   0.08
XYZ56.878171.767866.7319
Yxy71.76780.29110.3673
Hunter Lab84.7159-28.408212.5975
CIE-Lab87.8567-26.31229.1785

#abeaca color RGB value is (171,234,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101010 11001010
Octal 253 352 312
Decimal 171 234 202
Hex AB EA CA

RGB Percentages of Color #abeaca

%28.17
%38.55
%33.28

CMYK Percentages of Color #abeaca

%27
%0
%14
%8

Triadic Colors of #abeaca

#abeaca #caabea #eacaab

Analogous Colors of #abeaca

#abeaca #abeaea #aceaab

Monochromatic Colors of #abeaca

#abeaca

Complementary Color

#abeaca #eaabcb

#abeaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abeaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#abeaca Color CSS Codes

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

#abeaca Text Font Color

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

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


#abeaca Background Color

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

This div background color is #abeaca


#abeaca Border Color

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

This div border color is #abeaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abeaca


Comments

No comments written yet.

Please login to write comment.