Color Hex Logo

#afe975 Color Hex

#AFE975
(175,233,117)
0 Favorites   0 Comments

Color spaces of #afe975

RGB 175233117
HSL0.250.730.69
HSV90°50°91°
CMYK 0.250.000.50   0.09
XYZ50.029068.676127.4486
Yxy68.67610.34230.4699
Hunter Lab82.8710-37.264438.3717
CIE-Lab86.3434-37.430050.1115

#afe975 color RGB value is (175,233,117).

#afe975 hex color red value is 175, green value is 233 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #afe975 hue: 0.25 , saturation: 0.73 and the lightness value of afe975 is 0.69.

The process color (four color CMYK) of #afe975 color hex is 0.25, 0.00, 0.50, 0.09. Web safe color of #afe975 is #99ff66. Color #afe975 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101001 01110101
Octal 257 351 165
Decimal 175 233 117
Hex AF E9 75

RGB Percentages of Color #afe975

%33.33
%44.38
%22.29

CMYK Percentages of Color #afe975

%25
%0
%50
%9

Triadic Colors of #afe975

#afe975 #75afe9 #e975af

Analogous Colors of #afe975

#afe975 #75e975 #e9e975

Monochromatic Colors of #afe975

#afe975

Complementary Color

#afe975 #af75e9

#afe975 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe975 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe975 Color CSS Codes

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

#afe975 Text Font Color

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

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


#afe975 Background Color

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

This div background color is #afe975


#afe975 Border Color

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

This div border color is #afe975


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,233,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 #afe975">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe975


Comments

No comments written yet.

Please login to write comment.