Color Hex Logo

#afe390 Color Hex

#AFE390
(175,227,144)
0 Favorites   0 Comments

Color spaces of #afe390

RGB 175227144
HSL0.270.600.73
HSV98°37°89°
CMYK 0.230.000.37   0.11
XYZ50.182366.065736.4926
Yxy66.06570.32850.4325
Hunter Lab81.2808-32.036630.2772
CIE-Lab85.0299-31.356535.2652

#afe390 color RGB value is (175,227,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100011 10010000
Octal 257 343 220
Decimal 175 227 144
Hex AF E3 90

RGB Percentages of Color #afe390

%32.05
%41.58
%26.37

CMYK Percentages of Color #afe390

%23
%0
%37
%11

Triadic Colors of #afe390

#afe390 #90afe3 #e390af

Analogous Colors of #afe390

#afe390 #90e39b #d9e390

Monochromatic Colors of #afe390

#afe390

Complementary Color

#afe390 #c490e3

#afe390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe390 Color CSS Codes

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

#afe390 Text Font Color

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

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


#afe390 Background Color

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

This div background color is #afe390


#afe390 Border Color

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

This div border color is #afe390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe390


Comments

No comments written yet.

Please login to write comment.