Color Hex Logo

#afe191 Color Hex

#AFE191
(175,225,145)
0 Favorites   0 Comments

Color spaces of #afe191

RGB 175225145
HSL0.270.570.73
HSV98°36°88°
CMYK 0.220.000.36   0.12
XYZ49.715265.008736.7157
Yxy65.00870.32830.4293
Hunter Lab80.6280-31.035929.4406
CIE-Lab84.4882-30.279434.0487

#afe191 color RGB value is (175,225,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100001 10010001
Octal 257 341 221
Decimal 175 225 145
Hex AF E1 91

RGB Percentages of Color #afe191

%32.11
%41.28
%26.61

CMYK Percentages of Color #afe191

%22
%0
%36
%12

Triadic Colors of #afe191

#afe191 #91afe1 #e191af

Analogous Colors of #afe191

#afe191 #91e19b #d7e191

Monochromatic Colors of #afe191

#afe191

Complementary Color

#afe191 #c391e1

#afe191 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe191 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe191 Color CSS Codes

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

#afe191 Text Font Color

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

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


#afe191 Background Color

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

This div background color is #afe191


#afe191 Border Color

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

This div border color is #afe191


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe191


Comments

No comments written yet.

Please login to write comment.