Color Hex Logo

#a0ceab Color Hex

#A0CEAB
(160,206,171)
0 Favorites   0 Comments

Color spaces of #a0ceab

RGB 160206171
HSL0.370.320.72
HSV134°22°81°
CMYK 0.220.000.17   0.19
XYZ43.919254.556546.7437
Yxy54.55650.30240.3757
Hunter Lab73.8624-23.121514.1821
CIE-Lab78.7851-22.003912.5475

#a0ceab color RGB value is (160,206,171).

#a0ceab hex color red value is 160, green value is 206 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a0ceab hue: 0.37 , saturation: 0.32 and the lightness value of a0ceab is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11001110 10101011
Octal 240 316 253
Decimal 160 206 171
Hex A0 CE AB

RGB Percentages of Color #a0ceab

%29.80
%38.36
%31.84

CMYK Percentages of Color #a0ceab

%22
%0
%17
%19

Triadic Colors of #a0ceab

#a0ceab #aba0ce #ceaba0

Analogous Colors of #a0ceab

#a0ceab #a0cec2 #accea0

Monochromatic Colors of #a0ceab

#a0ceab

Complementary Color

#a0ceab #cea0c3

#a0ceab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0ceab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0ceab Color CSS Codes

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

#a0ceab Text Font Color

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

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


#a0ceab Background Color

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

This div background color is #a0ceab


#a0ceab Border Color

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

This div border color is #a0ceab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0ceab


Comments

No comments written yet.

Please login to write comment.