Color Hex Logo

#afec95 Color Hex

#AFEC95
(175,236,149)
0 Favorites   0 Comments

Color spaces of #afec95

RGB 175236149
HSL0.280.700.75
HSV102°37°93°
CMYK 0.260.000.37   0.07
XYZ53.099571.274839.3925
Yxy71.27480.32420.4352
Hunter Lab84.4244-35.473531.4323
CIE-Lab87.6183-34.829936.1415

#afec95 color RGB value is (175,236,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101100 10010101
Octal 257 354 225
Decimal 175 236 149
Hex AF EC 95

RGB Percentages of Color #afec95

%31.25
%42.14
%26.61

CMYK Percentages of Color #afec95

%26
%0
%37
%7

Triadic Colors of #afec95

#afec95 #95afec #ec95af

Analogous Colors of #afec95

#afec95 #95eca7 #dbec95

Monochromatic Colors of #afec95

#afec95

Complementary Color

#afec95 #d295ec

#afec95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afec95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afec95 Color CSS Codes

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

#afec95 Text Font Color

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

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


#afec95 Background Color

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

This div background color is #afec95


#afec95 Border Color

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

This div border color is #afec95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afec95


Comments

No comments written yet.

Please login to write comment.