Color Hex Logo

#afd336 Color Hex

#AFD336
(175,211,54)
0 Favorites   0 Comments

Color spaces of #afd336

RGB 17521154
HSL0.200.640.52
HSV74°74°83°
CMYK 0.170.000.74   0.17
XYZ41.639355.968812.0985
Yxy55.96880.37960.5102
Hunter Lab74.8123-31.571342.7803
CIE-Lab79.5961-32.307368.6698

#afd336 color RGB value is (175,211,54).

#afd336 hex color red value is 175, green value is 211 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #afd336 hue: 0.20 , saturation: 0.64 and the lightness value of afd336 is 0.52.

The process color (four color CMYK) of #afd336 color hex is 0.17, 0.00, 0.74, 0.17. Web safe color of #afd336 is #99cc33. Color #afd336 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010011 00110110
Octal 257 323 66
Decimal 175 211 54
Hex AF D3 36

RGB Percentages of Color #afd336

%39.77
%47.95
%12.27

CMYK Percentages of Color #afd336

%17
%0
%74
%17

Triadic Colors of #afd336

#afd336 #36afd3 #d336af

Analogous Colors of #afd336

#afd336 #61d336 #d3a936

Monochromatic Colors of #afd336

#afd336

Complementary Color

#afd336 #5a36d3

#afd336 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd336 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd336 Color CSS Codes

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

#afd336 Text Font Color

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

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


#afd336 Background Color

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

This div background color is #afd336


#afd336 Border Color

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

This div border color is #afd336


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd336


Comments

No comments written yet.

Please login to write comment.