Color Hex Logo

#afcf5b Color Hex

#AFCF5B
(175,207,91)
0 Favorites   0 Comments

Color spaces of #afcf5b

RGB 17520791
HSL0.210.550.58
HSV77°56°81°
CMYK 0.150.000.56   0.19
XYZ41.880354.494918.2088
Yxy54.49490.36550.4756
Hunter Lab73.8207-27.918737.0498
CIE-Lab78.7494-27.926853.1724

#afcf5b color RGB value is (175,207,91).

#afcf5b hex color red value is 175, green value is 207 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #afcf5b hue: 0.21 , saturation: 0.55 and the lightness value of afcf5b is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001111 01011011
Octal 257 317 133
Decimal 175 207 91
Hex AF CF 5B

RGB Percentages of Color #afcf5b

%37.00
%43.76
%19.24

CMYK Percentages of Color #afcf5b

%15
%0
%56
%19

Triadic Colors of #afcf5b

#afcf5b #5bafcf #cf5baf

Analogous Colors of #afcf5b

#afcf5b #75cf5b #cfb55b

Monochromatic Colors of #afcf5b

#afcf5b

Complementary Color

#afcf5b #7b5bcf

#afcf5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcf5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcf5b Color CSS Codes

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

#afcf5b Text Font Color

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

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


#afcf5b Background Color

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

This div background color is #afcf5b


#afcf5b Border Color

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

This div border color is #afcf5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcf5b


Comments

No comments written yet.

Please login to write comment.