Color Hex Logo

#afe449 Color Hex

#AFE449
(175,228,73)
0 Favorites   0 Comments

Color spaces of #afe449

RGB 17522873
HSL0.220.740.59
HSV81°68°89°
CMYK 0.230.000.68   0.11
XYZ46.625265.081816.4080
Yxy65.08180.36390.5080
Hunter Lab80.6733-38.014044.4124
CIE-Lab84.5259-38.967366.8910

#afe449 color RGB value is (175,228,73).

#afe449 hex color red value is 175, green value is 228 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #afe449 hue: 0.22 , saturation: 0.74 and the lightness value of afe449 is 0.59.

The process color (four color CMYK) of #afe449 color hex is 0.23, 0.00, 0.68, 0.11. Web safe color of #afe449 is #99cc33. Color #afe449 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100100 01001001
Octal 257 344 111
Decimal 175 228 73
Hex AF E4 49

RGB Percentages of Color #afe449

%36.76
%47.90
%15.34

CMYK Percentages of Color #afe449

%23
%0
%68
%11

Triadic Colors of #afe449

#afe449 #49afe4 #e449af

Analogous Colors of #afe449

#afe449 #62e449 #e4cc49

Monochromatic Colors of #afe449

#afe449

Complementary Color

#afe449 #7e49e4

#afe449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe449 Color CSS Codes

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

#afe449 Text Font Color

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

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


#afe449 Background Color

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

This div background color is #afe449


#afe449 Border Color

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

This div border color is #afe449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe449


Comments

No comments written yet.

Please login to write comment.