Color Hex Logo

#afdf75 Color Hex

#AFDF75
(175,223,117)
0 Favorites   0 Comments

Color spaces of #afdf75

RGB 175223117
HSL0.240.620.67
HSV87°48°87°
CMYK 0.220.000.48   0.13
XYZ47.277863.173726.5316
Yxy63.17370.34510.4612
Hunter Lab79.4819-32.917135.8459
CIE-Lab83.5337-32.859346.6901

#afdf75 color RGB value is (175,223,117).

#afdf75 hex color red value is 175, green value is 223 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #afdf75 hue: 0.24 , saturation: 0.62 and the lightness value of afdf75 is 0.67.

The process color (four color CMYK) of #afdf75 color hex is 0.22, 0.00, 0.48, 0.13. Web safe color of #afdf75 is #99cc66. Color #afdf75 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011111 01110101
Octal 257 337 165
Decimal 175 223 117
Hex AF DF 75

RGB Percentages of Color #afdf75

%33.98
%43.30
%22.72

CMYK Percentages of Color #afdf75

%22
%0
%48
%13

Triadic Colors of #afdf75

#afdf75 #75afdf #df75af

Analogous Colors of #afdf75

#afdf75 #7adf75 #dfda75

Monochromatic Colors of #afdf75

#afdf75

Complementary Color

#afdf75 #a575df

#afdf75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdf75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdf75 Color CSS Codes

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

#afdf75 Text Font Color

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

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


#afdf75 Background Color

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

This div background color is #afdf75


#afdf75 Border Color

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

This div border color is #afdf75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdf75


Comments

No comments written yet.

Please login to write comment.