Color Hex Logo

#afc247 Color Hex

#AFC247
(175,194,71)
0 Favorites   0 Comments

Color spaces of #afc247

RGB 17519471
HSL0.190.500.52
HSV69°63°76°
CMYK 0.100.000.63   0.24
XYZ38.108348.152513.2471
Yxy48.15250.38300.4839
Hunter Lab69.3920-23.408437.2558
CIE-Lab74.9210-23.208957.6581

#afc247 color RGB value is (175,194,71).

#afc247 hex color red value is 175, green value is 194 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #afc247 hue: 0.19 , saturation: 0.50 and the lightness value of afc247 is 0.52.

The process color (four color CMYK) of #afc247 color hex is 0.10, 0.00, 0.63, 0.24. Web safe color of #afc247 is #99cc33. Color #afc247 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000010 01000111
Octal 257 302 107
Decimal 175 194 71
Hex AF C2 47

RGB Percentages of Color #afc247

%39.77
%44.09
%16.14

CMYK Percentages of Color #afc247

%10
%0
%63
%24

Triadic Colors of #afc247

#afc247 #47afc2 #c247af

Analogous Colors of #afc247

#afc247 #72c247 #c29847

Monochromatic Colors of #afc247

#afc247

Complementary Color

#afc247 #5a47c2

#afc247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc247 Color CSS Codes

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

#afc247 Text Font Color

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

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


#afc247 Background Color

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

This div background color is #afc247


#afc247 Border Color

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

This div border color is #afc247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc247


Comments

No comments written yet.

Please login to write comment.