Color Hex Logo

#afe090 Color Hex

#AFE090
(175,224,144)
0 Favorites   0 Comments

Color spaces of #afe090

RGB 175224144
HSL0.270.560.72
HSV97°36°88°
CMYK 0.220.000.36   0.12
XYZ49.368964.438936.2215
Yxy64.43890.32910.4295
Hunter Lab80.2738-30.700629.4386
CIE-Lab84.1938-29.947834.1684

#afe090 color RGB value is (175,224,144).

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

The process color (four color CMYK) of #afe090 color hex is 0.22, 0.00, 0.36, 0.12. Web safe color of #afe090 is #99cc99. Color #afe090 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100000 10010000
Octal 257 340 220
Decimal 175 224 144
Hex AF E0 90

RGB Percentages of Color #afe090

%32.23
%41.25
%26.52

CMYK Percentages of Color #afe090

%22
%0
%36
%12

Triadic Colors of #afe090

#afe090 #90afe0 #e090af

Analogous Colors of #afe090

#afe090 #90e099 #d7e090

Monochromatic Colors of #afe090

#afe090

Complementary Color

#afe090 #c190e0

#afe090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe090 Color CSS Codes

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

#afe090 Text Font Color

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

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


#afe090 Background Color

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

This div background color is #afe090


#afe090 Border Color

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

This div border color is #afe090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe090


Comments

No comments written yet.

Please login to write comment.