Color Hex Logo

#a8daba Color Hex

#A8DABA
(168,218,186)
0 Favorites   0 Comments

Color spaces of #a8daba

RGB 168218186
HSL0.390.400.76
HSV142°23°85°
CMYK 0.230.000.15   0.15
XYZ50.082862.012855.7844
Yxy62.01280.29830.3694
Hunter Lab78.7482-24.285813.1233
CIE-Lab82.9202-22.530310.5174

#a8daba color RGB value is (168,218,186).

#a8daba hex color red value is 168, green value is 218 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a8daba hue: 0.39 , saturation: 0.40 and the lightness value of a8daba is 0.76.

The process color (four color CMYK) of #a8daba color hex is 0.23, 0.00, 0.15, 0.15. Web safe color of #a8daba is #99cccc. Color #a8daba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11011010 10111010
Octal 250 332 272
Decimal 168 218 186
Hex A8 DA BA

RGB Percentages of Color #a8daba

%29.37
%38.11
%32.52

CMYK Percentages of Color #a8daba

%23
%0
%15
%15

Triadic Colors of #a8daba

#a8daba #baa8da #dabaa8

Analogous Colors of #a8daba

#a8daba #a8dad3 #afdaa8

Monochromatic Colors of #a8daba

#a8daba

Complementary Color

#a8daba #daa8c8

#a8daba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8daba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8daba Color CSS Codes

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

#a8daba Text Font Color

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

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


#a8daba Background Color

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

This div background color is #a8daba


#a8daba Border Color

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

This div border color is #a8daba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8daba


Comments

No comments written yet.

Please login to write comment.