Color Hex Logo

#afe894 Color Hex

#AFE894
(175,232,148)
0 Favorites   0 Comments

Color spaces of #afe894

RGB 175232148
HSL0.280.650.75
HSV101°36°91°
CMYK 0.250.000.36   0.09
XYZ51.881168.965338.5942
Yxy68.96530.32540.4325
Hunter Lab83.0453-33.814730.5775
CIE-Lab86.4869-33.126835.1599

#afe894 color RGB value is (175,232,148).

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

The process color (four color CMYK) of #afe894 color hex is 0.25, 0.00, 0.36, 0.09. Web safe color of #afe894 is #99ff99. Color #afe894 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101000 10010100
Octal 257 350 224
Decimal 175 232 148
Hex AF E8 94

RGB Percentages of Color #afe894

%31.53
%41.80
%26.67

CMYK Percentages of Color #afe894

%25
%0
%36
%9

Triadic Colors of #afe894

#afe894 #94afe8 #e894af

Analogous Colors of #afe894

#afe894 #94e8a3 #d9e894

Monochromatic Colors of #afe894

#afe894

Complementary Color

#afe894 #cd94e8

#afe894 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe894 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe894 Color CSS Codes

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

#afe894 Text Font Color

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

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


#afe894 Background Color

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

This div background color is #afe894


#afe894 Border Color

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

This div border color is #afe894


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe894


Comments

No comments written yet.

Please login to write comment.