Color Hex Logo

#a5fbaf Color Hex

#A5FBAF
(165,251,175)
0 Favorites   0 Comments

Color spaces of #a5fbaf

RGB 165251175
HSL0.350.910.82
HSV127°34°98°
CMYK 0.340.000.30   0.02
XYZ57.752180.088852.9723
Yxy80.08880.30270.4197
Hunter Lab89.4923-41.420227.5497
CIE-Lab91.7247-40.837328.4331

#a5fbaf color RGB value is (165,251,175).

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

The process color (four color CMYK) of #a5fbaf color hex is 0.34, 0.00, 0.30, 0.02. Web safe color of #a5fbaf is #99ff99. Color #a5fbaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11111011 10101111
Octal 245 373 257
Decimal 165 251 175
Hex A5 FB AF

RGB Percentages of Color #a5fbaf

%27.92
%42.47
%29.61

CMYK Percentages of Color #a5fbaf

%34
%0
%30
%2

Triadic Colors of #a5fbaf

#a5fbaf #afa5fb #fbafa5

Analogous Colors of #a5fbaf

#a5fbaf #a5fbda #c6fba5

Monochromatic Colors of #a5fbaf

#a5fbaf

Complementary Color

#a5fbaf #fba5f1

#a5fbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5fbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5fbaf Color CSS Codes

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

#a5fbaf Text Font Color

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

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


#a5fbaf Background Color

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

This div background color is #a5fbaf


#a5fbaf Border Color

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

This div border color is #a5fbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5fbaf


Comments

No comments written yet.

Please login to write comment.