Color Hex Logo

#afce95 Color Hex

#AFCE95
(175,206,149)
0 Favorites   0 Comments

Color spaces of #afce95

RGB 175206149
HSL0.260.370.70
HSV93°28°81°
CMYK 0.150.000.28   0.19
XYZ45.175355.426536.7512
Yxy55.42650.32890.4035
Hunter Lab74.4490-21.972722.8462
CIE-Lab79.2863-20.513625.0350

#afce95 color RGB value is (175,206,149).

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

The process color (four color CMYK) of #afce95 color hex is 0.15, 0.00, 0.28, 0.19. Web safe color of #afce95 is #99cc99. Color #afce95 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001110 10010101
Octal 257 316 225
Decimal 175 206 149
Hex AF CE 95

RGB Percentages of Color #afce95

%33.02
%38.87
%28.11

CMYK Percentages of Color #afce95

%15
%0
%28
%19

Triadic Colors of #afce95

#afce95 #95afce #ce95af

Analogous Colors of #afce95

#afce95 #95ce98 #ccce95

Monochromatic Colors of #afce95

#afce95

Complementary Color

#afce95 #b495ce

#afce95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afce95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afce95 Color CSS Codes

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

#afce95 Text Font Color

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

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


#afce95 Background Color

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

This div background color is #afce95


#afce95 Border Color

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

This div border color is #afce95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afce95


Comments

No comments written yet.

Please login to write comment.