Color Hex Logo

#afc07b Color Hex

#AFC07B
(175,192,123)
0 Favorites   0 Comments

Color spaces of #afc07b

RGB 175192123
HSL0.210.350.62
HSV75°36°75°
CMYK 0.090.000.36   0.25
XYZ40.104048.243325.9371
Yxy48.24330.35090.4221
Hunter Lab69.4574-18.486326.4798
CIE-Lab74.9781-17.128232.8792

#afc07b color RGB value is (175,192,123).

#afc07b hex color red value is 175, green value is 192 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #afc07b hue: 0.21 , saturation: 0.35 and the lightness value of afc07b is 0.62.

The process color (four color CMYK) of #afc07b color hex is 0.09, 0.00, 0.36, 0.25. Web safe color of #afc07b is #99cc66. Color #afc07b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000000 01111011
Octal 257 300 173
Decimal 175 192 123
Hex AF C0 7B

RGB Percentages of Color #afc07b

%35.71
%39.18
%25.10

CMYK Percentages of Color #afc07b

%9
%0
%36
%25

Triadic Colors of #afc07b

#afc07b #7bafc0 #c07baf

Analogous Colors of #afc07b

#afc07b #8dc07b #c0af7b

Monochromatic Colors of #afc07b

#afc07b

Complementary Color

#afc07b #8c7bc0

#afc07b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc07b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc07b Color CSS Codes

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

#afc07b Text Font Color

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

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


#afc07b Background Color

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

This div background color is #afc07b


#afc07b Border Color

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

This div border color is #afc07b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc07b


Comments

No comments written yet.

Please login to write comment.