Color Hex Logo

#afcf7b Color Hex

#AFCF7B
(175,207,123)
0 Favorites   0 Comments

Color spaces of #afcf7b

RGB 175207123
HSL0.230.470.65
HSV83°41°81°
CMYK 0.150.000.41   0.19
XYZ43.567255.169727.0915
Yxy55.16970.34620.4385
Hunter Lab74.2763-25.283330.3680
CIE-Lab79.1389-24.564338.2402

#afcf7b color RGB value is (175,207,123).

#afcf7b hex color red value is 175, green value is 207 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #afcf7b hue: 0.23 , saturation: 0.47 and the lightness value of afcf7b is 0.65.

The process color (four color CMYK) of #afcf7b color hex is 0.15, 0.00, 0.41, 0.19. Web safe color of #afcf7b is #99cc66. Color #afcf7b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001111 01111011
Octal 257 317 173
Decimal 175 207 123
Hex AF CF 7B

RGB Percentages of Color #afcf7b

%34.65
%40.99
%24.36

CMYK Percentages of Color #afcf7b

%15
%0
%41
%19

Triadic Colors of #afcf7b

#afcf7b #7bafcf #cf7baf

Analogous Colors of #afcf7b

#afcf7b #85cf7b #cfc57b

Monochromatic Colors of #afcf7b

#afcf7b

Complementary Color

#afcf7b #9b7bcf

#afcf7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcf7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcf7b Color CSS Codes

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

#afcf7b Text Font Color

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

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


#afcf7b Background Color

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

This div background color is #afcf7b


#afcf7b Border Color

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

This div border color is #afcf7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcf7b


Comments

No comments written yet.

Please login to write comment.