Color Hex Logo

#a8dbae Color Hex

#A8DBAE
(168,219,174)
0 Favorites   0 Comments

Color spaces of #a8dbae

RGB 168219174
HSL0.350.410.76
HSV127°23°86°
CMYK 0.230.000.21   0.14
XYZ49.119962.043949.4312
Yxy62.04390.30590.3863
Hunter Lab78.7680-26.530817.9298
CIE-Lab82.9368-25.206516.8677

#a8dbae color RGB value is (168,219,174).

#a8dbae hex color red value is 168, green value is 219 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a8dbae hue: 0.35 , saturation: 0.41 and the lightness value of a8dbae is 0.76.

The process color (four color CMYK) of #a8dbae color hex is 0.23, 0.00, 0.21, 0.14. Web safe color of #a8dbae is #99cc99. Color #a8dbae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11011011 10101110
Octal 250 333 256
Decimal 168 219 174
Hex A8 DB AE

RGB Percentages of Color #a8dbae

%29.95
%39.04
%31.02

CMYK Percentages of Color #a8dbae

%23
%0
%21
%14

Triadic Colors of #a8dbae

#a8dbae #aea8db #dbaea8

Analogous Colors of #a8dbae

#a8dbae #a8dbc8 #bcdba8

Monochromatic Colors of #a8dbae

#a8dbae

Complementary Color

#a8dbae #dba8d5

#a8dbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8dbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8dbae Color CSS Codes

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

#a8dbae Text Font Color

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

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


#a8dbae Background Color

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

This div background color is #a8dbae


#a8dbae Border Color

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

This div border color is #a8dbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8dbae


Comments

No comments written yet.

Please login to write comment.