Color Hex Logo

#a9d0bf Color Hex

#A9D0BF
(169,208,191)
0 Favorites   0 Comments

Color spaces of #a9d0bf

RGB 169208191
HSL0.430.290.74
HSV154°19°82°
CMYK 0.190.000.08   0.18
XYZ48.322057.308457.8050
Yxy57.30840.29570.3506
Hunter Lab75.7023-18.53967.7188
CIE-Lab80.3527-16.25304.1813

#a9d0bf color RGB value is (169,208,191).

#a9d0bf hex color red value is 169, green value is 208 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a9d0bf hue: 0.43 , saturation: 0.29 and the lightness value of a9d0bf is 0.74.

The process color (four color CMYK) of #a9d0bf color hex is 0.19, 0.00, 0.08, 0.18. Web safe color of #a9d0bf is #99cccc. Color #a9d0bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11010000 10111111
Octal 251 320 277
Decimal 169 208 191
Hex A9 D0 BF

RGB Percentages of Color #a9d0bf

%29.75
%36.62
%33.63

CMYK Percentages of Color #a9d0bf

%19
%0
%8
%18

Triadic Colors of #a9d0bf

#a9d0bf #bfa9d0 #d0bfa9

Analogous Colors of #a9d0bf

#a9d0bf #a9ced0 #a9d0ac

Monochromatic Colors of #a9d0bf

#a9d0bf

Complementary Color

#a9d0bf #d0a9ba

#a9d0bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9d0bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9d0bf Color CSS Codes

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

#a9d0bf Text Font Color

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

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


#a9d0bf Background Color

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

This div background color is #a9d0bf


#a9d0bf Border Color

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

This div border color is #a9d0bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,208,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a9d0bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a9d0bf;
  -webkit-box-shadow: 1px 1px 3px 2px #a9d0bf;
  box-shadow:         1px 1px 3px 2px #a9d0bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,208,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9d0bf


Comments

No comments written yet.

Please login to write comment.