Color Hex Logo

#a8ceaa Color Hex

#A8CEAA
(168,206,170)
0 Favorites   0 Comments

Color spaces of #a8ceaa

RGB 168206170
HSL0.340.280.73
HSV123°18°81°
CMYK 0.180.000.17   0.19
XYZ45.475555.369746.3208
Yxy55.36970.30900.3762
Hunter Lab74.4108-21.130315.1795
CIE-Lab79.2537-19.510813.8118

#a8ceaa color RGB value is (168,206,170).

#a8ceaa hex color red value is 168, green value is 206 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a8ceaa hue: 0.34 , saturation: 0.28 and the lightness value of a8ceaa is 0.73.

The process color (four color CMYK) of #a8ceaa color hex is 0.18, 0.00, 0.17, 0.19. Web safe color of #a8ceaa is #99cc99. Color #a8ceaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11001110 10101010
Octal 250 316 252
Decimal 168 206 170
Hex A8 CE AA

RGB Percentages of Color #a8ceaa

%30.88
%37.87
%31.25

CMYK Percentages of Color #a8ceaa

%18
%0
%17
%19

Triadic Colors of #a8ceaa

#a8ceaa #aaa8ce #ceaaa8

Analogous Colors of #a8ceaa

#a8ceaa #a8cebd #b9cea8

Monochromatic Colors of #a8ceaa

#a8ceaa

Complementary Color

#a8ceaa #cea8cc

#a8ceaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8ceaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8ceaa Color CSS Codes

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

#a8ceaa Text Font Color

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

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


#a8ceaa Background Color

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

This div background color is #a8ceaa


#a8ceaa Border Color

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

This div border color is #a8ceaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,206,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a8ceaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a8ceaa;
  -webkit-box-shadow: 1px 1px 3px 2px #a8ceaa;
  box-shadow:         1px 1px 3px 2px #a8ceaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,206,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8ceaa


Comments

No comments written yet.

Please login to write comment.