Color Hex Logo

#afc01e Color Hex

#AFC01E
(175,192,30)
0 Favorites   0 Comments

Color spaces of #afc01e

RGB 17519230
HSL0.180.730.44
HSV66°84°75°
CMYK 0.090.000.84   0.25
XYZ36.763246.90708.3446
Yxy46.90700.39950.5098
Hunter Lab68.4887-24.040440.7182
CIE-Lab74.1302-24.190470.4440

#afc01e color RGB value is (175,192,30).

#afc01e hex color red value is 175, green value is 192 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #afc01e hue: 0.18 , saturation: 0.73 and the lightness value of afc01e is 0.44.

The process color (four color CMYK) of #afc01e color hex is 0.09, 0.00, 0.84, 0.25. Web safe color of #afc01e is #99cc33. Color #afc01e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000000 00011110
Octal 257 300 36
Decimal 175 192 30
Hex AF C0 1E

RGB Percentages of Color #afc01e

%44.08
%48.36
%7.56

CMYK Percentages of Color #afc01e

%9
%0
%84
%25

Triadic Colors of #afc01e

#afc01e #1eafc0 #c01eaf

Analogous Colors of #afc01e

#afc01e #5ec01e #c0801e

Monochromatic Colors of #afc01e

#afc01e

Complementary Color

#afc01e #2f1ec0

#afc01e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc01e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc01e Color CSS Codes

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

#afc01e Text Font Color

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

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


#afc01e Background Color

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

This div background color is #afc01e


#afc01e Border Color

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

This div border color is #afc01e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc01e


Comments

No comments written yet.

Please login to write comment.