Color Hex Logo

#afe594 Color Hex

#AFE594
(175,229,148)
0 Favorites   0 Comments

Color spaces of #afe594

RGB 175229148
HSL0.280.610.74
HSV100°35°90°
CMYK 0.240.000.35   0.10
XYZ51.043867.290738.3151
Yxy67.29070.32580.4296
Hunter Lab82.0309-32.482329.7284
CIE-Lab85.6505-31.732234.0600

#afe594 color RGB value is (175,229,148).

#afe594 hex color red value is 175, green value is 229 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #afe594 hue: 0.28 , saturation: 0.61 and the lightness value of afe594 is 0.74.

The process color (four color CMYK) of #afe594 color hex is 0.24, 0.00, 0.35, 0.10. Web safe color of #afe594 is #99cc99. Color #afe594 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100101 10010100
Octal 257 345 224
Decimal 175 229 148
Hex AF E5 94

RGB Percentages of Color #afe594

%31.70
%41.49
%26.81

CMYK Percentages of Color #afe594

%24
%0
%35
%10

Triadic Colors of #afe594

#afe594 #94afe5 #e594af

Analogous Colors of #afe594

#afe594 #94e5a2 #d8e594

Monochromatic Colors of #afe594

#afe594

Complementary Color

#afe594 #ca94e5

#afe594 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe594 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe594 Color CSS Codes

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

#afe594 Text Font Color

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

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


#afe594 Background Color

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

This div background color is #afe594


#afe594 Border Color

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

This div border color is #afe594


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe594


Comments

No comments written yet.

Please login to write comment.