Color Hex Logo

#a9f6ef Color Hex

#A9F6EF
(169,246,239)
0 Favorites   0 Comments

Color spaces of #a9f6ef

RGB 169246239
HSL0.480.810.81
HSV175°31°96°
CMYK 0.310.000.03   0.04
XYZ64.897980.578593.7941
Yxy80.57850.27120.3368
Hunter Lab89.7655-28.03930.8850
CIE-Lab91.9438-24.9898-4.1884

#a9f6ef color RGB value is (169,246,239).

#a9f6ef hex color red value is 169, green value is 246 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a9f6ef hue: 0.48 , saturation: 0.81 and the lightness value of a9f6ef is 0.81.

The process color (four color CMYK) of #a9f6ef color hex is 0.31, 0.00, 0.03, 0.04. Web safe color of #a9f6ef is #99ffff. Color #a9f6ef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11110110 11101111
Octal 251 366 357
Decimal 169 246 239
Hex A9 F6 EF

RGB Percentages of Color #a9f6ef

%25.84
%37.61
%36.54

CMYK Percentages of Color #a9f6ef

%31
%0
%3
%4

Triadic Colors of #a9f6ef

#a9f6ef #efa9f6 #f6efa9

Analogous Colors of #a9f6ef

#a9f6ef #a9d7f6 #a9f6c9

Monochromatic Colors of #a9f6ef

#a9f6ef

Complementary Color

#a9f6ef #f6a9b0

#a9f6ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9f6ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9f6ef Color CSS Codes

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

#a9f6ef Text Font Color

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

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


#a9f6ef Background Color

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

This div background color is #a9f6ef


#a9f6ef Border Color

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

This div border color is #a9f6ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9f6ef


Comments

No comments written yet.

Please login to write comment.