Color Hex Logo

#afe290 Color Hex

#AFE290
(175,226,144)
0 Favorites   0 Comments

Color spaces of #afe290

RGB 175226144
HSL0.270.590.73
HSV97°36°89°
CMYK 0.230.000.36   0.11
XYZ49.909665.520336.4017
Yxy65.52030.32870.4315
Hunter Lab80.9446-31.591829.9978
CIE-Lab84.7511-30.888234.9000

#afe290 color RGB value is (175,226,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100010 10010000
Octal 257 342 220
Decimal 175 226 144
Hex AF E2 90

RGB Percentages of Color #afe290

%32.11
%41.47
%26.42

CMYK Percentages of Color #afe290

%23
%0
%36
%11

Triadic Colors of #afe290

#afe290 #90afe2 #e290af

Analogous Colors of #afe290

#afe290 #90e29a #d8e290

Monochromatic Colors of #afe290

#afe290

Complementary Color

#afe290 #c390e2

#afe290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe290 Color CSS Codes

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

#afe290 Text Font Color

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

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


#afe290 Background Color

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

This div background color is #afe290


#afe290 Border Color

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

This div border color is #afe290


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,226,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 #afe290">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe290


Comments

No comments written yet.

Please login to write comment.