Color Hex Logo

#afce8b Color Hex

#AFCE8B
(175,206,139)
0 Favorites   0 Comments

Color spaces of #afce8b

RGB 175206139
HSL0.240.410.68
HSV88°33°81°
CMYK 0.150.000.33   0.19
XYZ44.410755.120732.7248
Yxy55.12070.33580.4168
Hunter Lab74.2433-23.151125.8366
CIE-Lab79.1107-21.970830.0157

#afce8b color RGB value is (175,206,139).

#afce8b hex color red value is 175, green value is 206 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #afce8b hue: 0.24 , saturation: 0.41 and the lightness value of afce8b is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001110 10001011
Octal 257 316 213
Decimal 175 206 139
Hex AF CE 8B

RGB Percentages of Color #afce8b

%33.65
%39.62
%26.73

CMYK Percentages of Color #afce8b

%15
%0
%33
%19

Triadic Colors of #afce8b

#afce8b #8bafce #ce8baf

Analogous Colors of #afce8b

#afce8b #8ece8b #cecc8b

Monochromatic Colors of #afce8b

#afce8b

Complementary Color

#afce8b #aa8bce

#afce8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afce8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afce8b Color CSS Codes

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

#afce8b Text Font Color

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

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


#afce8b Background Color

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

This div background color is #afce8b


#afce8b Border Color

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

This div border color is #afce8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afce8b


Comments

No comments written yet.

Please login to write comment.