Color Hex Logo

#a9efbf Color Hex

#A9EFBF
(169,239,191)
0 Favorites   0 Comments

Color spaces of #a9efbf

RGB 169239191
HSL0.390.690.80
HSV139°29°94°
CMYK 0.290.000.20   0.06
XYZ56.632773.929660.5752
Yxy73.92960.29630.3868
Hunter Lab85.9823-32.899118.4174
CIE-Lab88.8892-31.369416.3527

#a9efbf color RGB value is (169,239,191).

#a9efbf hex color red value is 169, green value is 239 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a9efbf hue: 0.39 , saturation: 0.69 and the lightness value of a9efbf is 0.80.

The process color (four color CMYK) of #a9efbf color hex is 0.29, 0.00, 0.20, 0.06. Web safe color of #a9efbf is #99ffcc. Color #a9efbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11101111 10111111
Octal 251 357 277
Decimal 169 239 191
Hex A9 EF BF

RGB Percentages of Color #a9efbf

%28.21
%39.90
%31.89

CMYK Percentages of Color #a9efbf

%29
%0
%20
%6

Triadic Colors of #a9efbf

#a9efbf #bfa9ef #efbfa9

Analogous Colors of #a9efbf

#a9efbf #a9efe2 #b6efa9

Monochromatic Colors of #a9efbf

#a9efbf

Complementary Color

#a9efbf #efa9d9

#a9efbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9efbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9efbf Color CSS Codes

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

#a9efbf Text Font Color

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

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


#a9efbf Background Color

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

This div background color is #a9efbf


#a9efbf Border Color

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

This div border color is #a9efbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,239,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 #a9efbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9efbf


Comments

No comments written yet.

Please login to write comment.