Color Hex Logo

#afce81 Color Hex

#AFCE81
(175,206,129)
0 Favorites   0 Comments

Color spaces of #afce81

RGB 175206129
HSL0.230.440.66
HSV84°37°81°
CMYK 0.150.000.37   0.19
XYZ43.713054.841629.0504
Yxy54.84160.34260.4298
Hunter Lab74.0551-24.232128.5803
CIE-Lab78.9499-23.320234.9528

#afce81 color RGB value is (175,206,129).

#afce81 hex color red value is 175, green value is 206 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #afce81 hue: 0.23 , saturation: 0.44 and the lightness value of afce81 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001110 10000001
Octal 257 316 201
Decimal 175 206 129
Hex AF CE 81

RGB Percentages of Color #afce81

%34.31
%40.39
%25.29

CMYK Percentages of Color #afce81

%15
%0
%37
%19

Triadic Colors of #afce81

#afce81 #81afce #ce81af

Analogous Colors of #afce81

#afce81 #89ce81 #cec781

Monochromatic Colors of #afce81

#afce81

Complementary Color

#afce81 #a081ce

#afce81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afce81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afce81 Color CSS Codes

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

#afce81 Text Font Color

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

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


#afce81 Background Color

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

This div background color is #afce81


#afce81 Border Color

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

This div border color is #afce81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afce81


Comments

No comments written yet.

Please login to write comment.