Color Hex Logo

#afe158 Color Hex

#AFE158
(175,225,88)
0 Favorites   0 Comments

Color spaces of #afe158

RGB 17522588
HSL0.230.700.61
HSV82°61°88°
CMYK 0.220.000.61   0.12
XYZ46.365963.669019.0781
Yxy63.66900.35910.4931
Hunter Lab79.7929-35.915041.6790
CIE-Lab83.7931-36.541360.1421

#afe158 color RGB value is (175,225,88).

#afe158 hex color red value is 175, green value is 225 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #afe158 hue: 0.23 , saturation: 0.70 and the lightness value of afe158 is 0.61.

The process color (four color CMYK) of #afe158 color hex is 0.22, 0.00, 0.61, 0.12. Web safe color of #afe158 is #99cc66. Color #afe158 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100001 01011000
Octal 257 341 130
Decimal 175 225 88
Hex AF E1 58

RGB Percentages of Color #afe158

%35.86
%46.11
%18.03

CMYK Percentages of Color #afe158

%22
%0
%61
%12

Triadic Colors of #afe158

#afe158 #58afe1 #e158af

Analogous Colors of #afe158

#afe158 #6be158 #e1cf58

Monochromatic Colors of #afe158

#afe158

Complementary Color

#afe158 #8a58e1

#afe158 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe158 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe158 Color CSS Codes

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

#afe158 Text Font Color

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

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


#afe158 Background Color

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

This div background color is #afe158


#afe158 Border Color

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

This div border color is #afe158


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe158


Comments

No comments written yet.

Please login to write comment.