Color Hex Logo

#afe093 Color Hex

#AFE093
(175,224,147)
0 Favorites   0 Comments

Color spaces of #afe093

RGB 175224147
HSL0.270.550.73
HSV98°34°88°
CMYK 0.220.000.34   0.12
XYZ49.601364.531937.4454
Yxy64.53190.32720.4257
Hunter Lab80.3317-30.364728.5951
CIE-Lab84.2419-29.525732.7079

#afe093 color RGB value is (175,224,147).

#afe093 hex color red value is 175, green value is 224 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #afe093 hue: 0.27 , saturation: 0.55 and the lightness value of afe093 is 0.73.

The process color (four color CMYK) of #afe093 color hex is 0.22, 0.00, 0.34, 0.12. Web safe color of #afe093 is #99cc99. Color #afe093 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100000 10010011
Octal 257 340 223
Decimal 175 224 147
Hex AF E0 93

RGB Percentages of Color #afe093

%32.05
%41.03
%26.92

CMYK Percentages of Color #afe093

%22
%0
%34
%12

Triadic Colors of #afe093

#afe093 #93afe0 #e093af

Analogous Colors of #afe093

#afe093 #93e09e #d6e093

Monochromatic Colors of #afe093

#afe093

Complementary Color

#afe093 #c493e0

#afe093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe093 Color CSS Codes

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

#afe093 Text Font Color

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

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


#afe093 Background Color

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

This div background color is #afe093


#afe093 Border Color

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

This div border color is #afe093


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe093


Comments

No comments written yet.

Please login to write comment.