Color Hex Logo

#afee95 Color Hex

#AFEE95
(175,238,149)
0 Favorites   0 Comments

Color spaces of #afee95

RGB 175238149
HSL0.280.720.76
HSV102°37°93°
CMYK 0.260.000.37   0.07
XYZ53.678572.433039.5856
Yxy72.43300.32400.4371
Hunter Lab85.1076-36.355931.9981
CIE-Lab88.1766-35.744736.8715

#afee95 color RGB value is (175,238,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101110 10010101
Octal 257 356 225
Decimal 175 238 149
Hex AF EE 95

RGB Percentages of Color #afee95

%31.14
%42.35
%26.51

CMYK Percentages of Color #afee95

%26
%0
%37
%7

Triadic Colors of #afee95

#afee95 #95afee #ee95af

Analogous Colors of #afee95

#afee95 #95eea8 #dcee95

Monochromatic Colors of #afee95

#afee95

Complementary Color

#afee95 #d495ee

#afee95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afee95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afee95 Color CSS Codes

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

#afee95 Text Font Color

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

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


#afee95 Background Color

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

This div background color is #afee95


#afee95 Border Color

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

This div border color is #afee95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afee95


Comments

No comments written yet.

Please login to write comment.