Color Hex Logo

#a5feaf Color Hex

#A5FEAF
(165,254,175)
0 Favorites   0 Comments

Color spaces of #a5feaf

RGB 165254175
HSL0.350.980.82
HSV127°35°100°
CMYK 0.350.000.31   0.00
XYZ58.696781.978153.2872
Yxy81.97810.30260.4227
Hunter Lab90.5418-42.729528.4849
CIE-Lab92.5652-42.163829.5712

#a5feaf color RGB value is (165,254,175).

#a5feaf hex color red value is 165, green value is 254 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a5feaf hue: 0.35 , saturation: 0.98 and the lightness value of a5feaf is 0.82.

The process color (four color CMYK) of #a5feaf color hex is 0.35, 0.00, 0.31, 0.00. Web safe color of #a5feaf is #99ff99. Color #a5feaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11111110 10101111
Octal 245 376 257
Decimal 165 254 175
Hex A5 FE AF

RGB Percentages of Color #a5feaf

%27.78
%42.76
%29.46

CMYK Percentages of Color #a5feaf

%35
%0
%31
%0

Triadic Colors of #a5feaf

#a5feaf #afa5fe #feafa5

Analogous Colors of #a5feaf

#a5feaf #a5fedc #c8fea5

Monochromatic Colors of #a5feaf

#a5feaf

Complementary Color

#a5feaf #fea5f4

#a5feaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5feaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5feaf Color CSS Codes

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

#a5feaf Text Font Color

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

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


#a5feaf Background Color

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

This div background color is #a5feaf


#a5feaf Border Color

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

This div border color is #a5feaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5feaf


Comments

No comments written yet.

Please login to write comment.