Color Hex Logo

#afe546 Color Hex

#AFE546
(175,229,70)
0 Favorites   0 Comments

Color spaces of #afe546

RGB 17522970
HSL0.220.750.59
HSV80°69°90°
CMYK 0.240.000.69   0.10
XYZ46.804065.594815.9886
Yxy65.59480.36460.5109
Hunter Lab80.9906-38.579544.9888
CIE-Lab84.7893-39.599468.2599

#afe546 color RGB value is (175,229,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100101 01000110
Octal 257 345 106
Decimal 175 229 70
Hex AF E5 46

RGB Percentages of Color #afe546

%36.92
%48.31
%14.77

CMYK Percentages of Color #afe546

%24
%0
%69
%10

Triadic Colors of #afe546

#afe546 #46afe5 #e546af

Analogous Colors of #afe546

#afe546 #60e546 #e5cc46

Monochromatic Colors of #afe546

#afe546

Complementary Color

#afe546 #7c46e5

#afe546 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe546 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe546 Color CSS Codes

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

#afe546 Text Font Color

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

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


#afe546 Background Color

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

This div background color is #afe546


#afe546 Border Color

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

This div border color is #afe546


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe546


Comments

No comments written yet.

Please login to write comment.