Color Hex Logo

#afe38b Color Hex

#AFE38B
(175,227,139)
0 Favorites   0 Comments

Color spaces of #afe38b

RGB 175227139
HSL0.270.610.72
HSV95°39°89°
CMYK 0.230.000.39   0.11
XYZ49.808565.916234.5240
Yxy65.91620.33150.4387
Hunter Lab81.1888-32.572431.6202
CIE-Lab84.9537-32.033737.6781

#afe38b color RGB value is (175,227,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100011 10001011
Octal 257 343 213
Decimal 175 227 139
Hex AF E3 8B

RGB Percentages of Color #afe38b

%32.35
%41.96
%25.69

CMYK Percentages of Color #afe38b

%23
%0
%39
%11

Triadic Colors of #afe38b

#afe38b #8bafe3 #e38baf

Analogous Colors of #afe38b

#afe38b #8be393 #dbe38b

Monochromatic Colors of #afe38b

#afe38b

Complementary Color

#afe38b #bf8be3

#afe38b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe38b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe38b Color CSS Codes

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

#afe38b Text Font Color

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

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


#afe38b Background Color

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

This div background color is #afe38b


#afe38b Border Color

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

This div border color is #afe38b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe38b


Comments

No comments written yet.

Please login to write comment.