Color Hex Logo

#afc042 Color Hex

#AFC042
(175,192,66)
0 Favorites   0 Comments

Color spaces of #afc042

RGB 17519266
HSL0.190.500.51
HSV68°66°75°
CMYK 0.090.000.66   0.25
XYZ37.512247.206612.2889
Yxy47.20660.38670.4866
Hunter Lab68.7071-22.781237.4904
CIE-Lab74.3217-22.558359.0743

#afc042 color RGB value is (175,192,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000000 01000010
Octal 257 300 102
Decimal 175 192 66
Hex AF C0 42

RGB Percentages of Color #afc042

%40.42
%44.34
%15.24

CMYK Percentages of Color #afc042

%9
%0
%66
%25

Triadic Colors of #afc042

#afc042 #42afc0 #c042af

Analogous Colors of #afc042

#afc042 #70c042 #c09242

Monochromatic Colors of #afc042

#afc042

Complementary Color

#afc042 #5342c0

#afc042 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc042 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc042 Color CSS Codes

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

#afc042 Text Font Color

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

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


#afc042 Background Color

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

This div background color is #afc042


#afc042 Border Color

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

This div border color is #afc042


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc042


Comments

No comments written yet.

Please login to write comment.