Color Hex Logo

#a9feeb Color Hex

#A9FEEB
(169,254,235)
0 Favorites   0 Comments

Color spaces of #a9feeb

RGB 169254235
HSL0.460.980.83
HSV167°33°100°
CMYK 0.330.000.07   0.00
XYZ66.799485.316891.5444
Yxy85.31680.27410.3501
Hunter Lab92.3671-32.55215.8950
CIE-Lab94.0195-29.67780.9241

#a9feeb color RGB value is (169,254,235).

#a9feeb hex color red value is 169, green value is 254 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a9feeb hue: 0.46 , saturation: 0.98 and the lightness value of a9feeb is 0.83.

The process color (four color CMYK) of #a9feeb color hex is 0.33, 0.00, 0.07, 0.00. Web safe color of #a9feeb is #99ffff. Color #a9feeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11111110 11101011
Octal 251 376 353
Decimal 169 254 235
Hex A9 FE EB

RGB Percentages of Color #a9feeb

%25.68
%38.60
%35.71

CMYK Percentages of Color #a9feeb

%33
%0
%7
%0

Triadic Colors of #a9feeb

#a9feeb #eba9fe #feeba9

Analogous Colors of #a9feeb

#a9feeb #a9e7fe #a9fec1

Monochromatic Colors of #a9feeb

#a9feeb

Complementary Color

#a9feeb #fea9bc

#a9feeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9feeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9feeb Color CSS Codes

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

#a9feeb Text Font Color

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

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


#a9feeb Background Color

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

This div background color is #a9feeb


#a9feeb Border Color

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

This div border color is #a9feeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9feeb

Related Colors


Comments

No comments written yet.

Please login to write comment.