Color Hex Logo

#abeac6 Color Hex

#ABEAC6
(171,234,198)
0 Favorites   0 Comments

Color spaces of #abeac6

RGB 171234198
HSL0.400.600.79
HSV146°27°92°
CMYK 0.270.000.15   0.08
XYZ56.410471.580864.2694
Yxy71.58080.29340.3723
Hunter Lab84.6054-29.045214.1849
CIE-Lab87.7664-27.081111.1388

#abeac6 color RGB value is (171,234,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101010 11000110
Octal 253 352 306
Decimal 171 234 198
Hex AB EA C6

RGB Percentages of Color #abeac6

%28.36
%38.81
%32.84

CMYK Percentages of Color #abeac6

%27
%0
%15
%8

Triadic Colors of #abeac6

#abeac6 #c6abea #eac6ab

Analogous Colors of #abeac6

#abeac6 #abeae6 #b0eaab

Monochromatic Colors of #abeac6

#abeac6

Complementary Color

#abeac6 #eaabcf

#abeac6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abeac6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abeac6 Color CSS Codes

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

#abeac6 Text Font Color

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

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


#abeac6 Background Color

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

This div background color is #abeac6


#abeac6 Border Color

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

This div border color is #abeac6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abeac6


Comments

No comments written yet.

Please login to write comment.