Color Hex Logo

#afe287 Color Hex

#AFE287
(175,226,135)
0 Favorites   0 Comments

Color spaces of #afe287

RGB 175226135
HSL0.260.610.71
HSV94°40°89°
CMYK 0.230.000.40   0.11
XYZ49.248765.255932.9216
Yxy65.25590.33410.4426
Hunter Lab80.7811-32.543432.3837
CIE-Lab84.6154-32.091739.2385

#afe287 color RGB value is (175,226,135).

#afe287 hex color red value is 175, green value is 226 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #afe287 hue: 0.26 , saturation: 0.61 and the lightness value of afe287 is 0.71.

The process color (four color CMYK) of #afe287 color hex is 0.23, 0.00, 0.40, 0.11. Web safe color of #afe287 is #99cc99. Color #afe287 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100010 10000111
Octal 257 342 207
Decimal 175 226 135
Hex AF E2 87

RGB Percentages of Color #afe287

%32.65
%42.16
%25.19

CMYK Percentages of Color #afe287

%23
%0
%40
%11

Triadic Colors of #afe287

#afe287 #87afe2 #e287af

Analogous Colors of #afe287

#afe287 #87e28d #dde287

Monochromatic Colors of #afe287

#afe287

Complementary Color

#afe287 #ba87e2

#afe287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe287 Color CSS Codes

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

#afe287 Text Font Color

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

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


#afe287 Background Color

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

This div background color is #afe287


#afe287 Border Color

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

This div border color is #afe287


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe287


Comments

No comments written yet.

Please login to write comment.