Color Hex Logo

#afe691 Color Hex

#AFE691
(175,230,145)
0 Favorites   0 Comments

Color spaces of #afe691

RGB 175230145
HSL0.270.630.74
HSV99°37°90°
CMYK 0.240.000.37   0.10
XYZ51.086867.751937.1729
Yxy67.75190.32750.4343
Hunter Lab82.3115-33.258930.8420
CIE-Lab85.8822-32.616835.8768

#afe691 color RGB value is (175,230,145).

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

The process color (four color CMYK) of #afe691 color hex is 0.24, 0.00, 0.37, 0.10. Web safe color of #afe691 is #99ff99. Color #afe691 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100110 10010001
Octal 257 346 221
Decimal 175 230 145
Hex AF E6 91

RGB Percentages of Color #afe691

%31.82
%41.82
%26.36

CMYK Percentages of Color #afe691

%24
%0
%37
%10

Triadic Colors of #afe691

#afe691 #91afe6 #e691af

Analogous Colors of #afe691

#afe691 #91e69e #dae691

Monochromatic Colors of #afe691

#afe691

Complementary Color

#afe691 #c891e6

#afe691 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe691 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe691 Color CSS Codes

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

#afe691 Text Font Color

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

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


#afe691 Background Color

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

This div background color is #afe691


#afe691 Border Color

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

This div border color is #afe691


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe691


Comments

No comments written yet.

Please login to write comment.