Color Hex Logo

#afe547 Color Hex

#AFE547
(175,229,71)
0 Favorites   0 Comments

Color spaces of #afe547

RGB 17522971
HSL0.220.750.59
HSV81°69°90°
CMYK 0.240.000.69   0.10
XYZ46.835865.607516.1562
Yxy65.60750.36420.5102
Hunter Lab80.9985-38.533144.8728
CIE-Lab84.7958-39.538067.9037

#afe547 color RGB value is (175,229,71).

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

The process color (four color CMYK) of #afe547 color hex is 0.24, 0.00, 0.69, 0.10. Web safe color of #afe547 is #99cc33. Color #afe547 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100101 01000111
Octal 257 345 107
Decimal 175 229 71
Hex AF E5 47

RGB Percentages of Color #afe547

%36.84
%48.21
%14.95

CMYK Percentages of Color #afe547

%24
%0
%69
%10

Triadic Colors of #afe547

#afe547 #47afe5 #e547af

Analogous Colors of #afe547

#afe547 #60e547 #e5cc47

Monochromatic Colors of #afe547

#afe547

Complementary Color

#afe547 #7d47e5

#afe547 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe547 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe547 Color CSS Codes

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

#afe547 Text Font Color

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

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


#afe547 Background Color

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

This div background color is #afe547


#afe547 Border Color

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

This div border color is #afe547


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe547


Comments

No comments written yet.

Please login to write comment.