Color Hex Logo

#afe38e Color Hex

#AFE38E
(175,227,142)
0 Favorites   0 Comments

Color spaces of #afe38e

RGB 175227142
HSL0.270.600.72
HSV97°37°89°
CMYK 0.230.000.37   0.11
XYZ50.030866.005135.6945
Yxy66.00510.32970.4350
Hunter Lab81.2435-32.253630.8213
CIE-Lab84.9990-31.630436.2322

#afe38e color RGB value is (175,227,142).

#afe38e hex color red value is 175, green value is 227 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #afe38e hue: 0.27 , saturation: 0.60 and the lightness value of afe38e is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100011 10001110
Octal 257 343 216
Decimal 175 227 142
Hex AF E3 8E

RGB Percentages of Color #afe38e

%32.17
%41.73
%26.10

CMYK Percentages of Color #afe38e

%23
%0
%37
%11

Triadic Colors of #afe38e

#afe38e #8eafe3 #e38eaf

Analogous Colors of #afe38e

#afe38e #8ee398 #dae38e

Monochromatic Colors of #afe38e

#afe38e

Complementary Color

#afe38e #c28ee3

#afe38e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe38e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe38e Color CSS Codes

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

#afe38e Text Font Color

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

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


#afe38e Background Color

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

This div background color is #afe38e


#afe38e Border Color

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

This div border color is #afe38e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe38e


Comments

No comments written yet.

Please login to write comment.