Color Hex Logo

#afed95 Color Hex

#AFED95
(175,237,149)
0 Favorites   0 Comments

Color spaces of #afed95

RGB 175237149
HSL0.280.710.76
HSV102°37°93°
CMYK 0.260.000.37   0.07
XYZ53.388271.852339.4888
Yxy71.85230.32410.4362
Hunter Lab84.7657-35.915031.7153
CIE-Lab87.8974-35.287936.5067

#afed95 color RGB value is (175,237,149).

#afed95 hex color red value is 175, green value is 237 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #afed95 hue: 0.28 , saturation: 0.71 and the lightness value of afed95 is 0.76.

The process color (four color CMYK) of #afed95 color hex is 0.26, 0.00, 0.37, 0.07. Web safe color of #afed95 is #99ff99. Color #afed95 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101101 10010101
Octal 257 355 225
Decimal 175 237 149
Hex AF ED 95

RGB Percentages of Color #afed95

%31.19
%42.25
%26.56

CMYK Percentages of Color #afed95

%26
%0
%37
%7

Triadic Colors of #afed95

#afed95 #95afed #ed95af

Analogous Colors of #afed95

#afed95 #95eda7 #dbed95

Monochromatic Colors of #afed95

#afed95

Complementary Color

#afed95 #d395ed

#afed95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afed95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afed95 Color CSS Codes

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

#afed95 Text Font Color

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

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


#afed95 Background Color

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

This div background color is #afed95


#afed95 Border Color

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

This div border color is #afed95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afed95


Comments

No comments written yet.

Please login to write comment.