Color Hex Logo

#afe385 Color Hex

#AFE385
(175,227,133)
0 Favorites   0 Comments

Color spaces of #afe385

RGB 175227133
HSL0.260.630.71
HSV93°41°89°
CMYK 0.230.000.41   0.11
XYZ49.381965.745632.2778
Yxy65.74560.33500.4460
Hunter Lab81.0837-33.185633.1564
CIE-Lab84.8665-32.812140.5521

#afe385 color RGB value is (175,227,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100011 10000101
Octal 257 343 205
Decimal 175 227 133
Hex AF E3 85

RGB Percentages of Color #afe385

%32.71
%42.43
%24.86

CMYK Percentages of Color #afe385

%23
%0
%41
%11

Triadic Colors of #afe385

#afe385 #85afe3 #e385af

Analogous Colors of #afe385

#afe385 #85e38a #dee385

Monochromatic Colors of #afe385

#afe385

Complementary Color

#afe385 #b985e3

#afe385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe385 Color CSS Codes

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

#afe385 Text Font Color

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

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


#afe385 Background Color

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

This div background color is #afe385


#afe385 Border Color

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

This div border color is #afe385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe385


Comments

No comments written yet.

Please login to write comment.