Color Hex Logo

#afc451 Color Hex

#AFC451
(175,196,81)
0 Favorites   0 Comments

Color spaces of #afc451

RGB 17519681
HSL0.200.490.54
HSV71°59°77°
CMYK 0.110.000.59   0.23
XYZ38.904349.187915.2283
Yxy49.18790.37650.4761
Hunter Lab70.1341-23.718436.2201
CIE-Lab75.5681-23.448654.0609

#afc451 color RGB value is (175,196,81).

#afc451 hex color red value is 175, green value is 196 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #afc451 hue: 0.20 , saturation: 0.49 and the lightness value of afc451 is 0.54.

The process color (four color CMYK) of #afc451 color hex is 0.11, 0.00, 0.59, 0.23. Web safe color of #afc451 is #99cc66. Color #afc451 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000100 01010001
Octal 257 304 121
Decimal 175 196 81
Hex AF C4 51

RGB Percentages of Color #afc451

%38.72
%43.36
%17.92

CMYK Percentages of Color #afc451

%11
%0
%59
%23

Triadic Colors of #afc451

#afc451 #51afc4 #c451af

Analogous Colors of #afc451

#afc451 #76c451 #c4a051

Monochromatic Colors of #afc451

#afc451

Complementary Color

#afc451 #6651c4

#afc451 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc451 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc451 Color CSS Codes

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

#afc451 Text Font Color

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

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


#afc451 Background Color

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

This div background color is #afc451


#afc451 Border Color

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

This div border color is #afc451


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc451


Comments

No comments written yet.

Please login to write comment.