Color Hex Logo

#afe542 Color Hex

#AFE542
(175,229,66)
0 Favorites   0 Comments

Color spaces of #afe542

RGB 17522966
HSL0.220.760.58
HSV80°71°90°
CMYK 0.240.000.71   0.10
XYZ46.681965.545915.3455
Yxy65.54590.36590.5138
Hunter Lab80.9604-38.757445.4343
CIE-Lab84.7643-39.835069.6507

#afe542 color RGB value is (175,229,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100101 01000010
Octal 257 345 102
Decimal 175 229 66
Hex AF E5 42

RGB Percentages of Color #afe542

%37.23
%48.72
%14.04

CMYK Percentages of Color #afe542

%24
%0
%71
%10

Triadic Colors of #afe542

#afe542 #42afe5 #e542af

Analogous Colors of #afe542

#afe542 #5de542 #e5ca42

Monochromatic Colors of #afe542

#afe542

Complementary Color

#afe542 #7842e5

#afe542 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe542 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe542 Color CSS Codes

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

#afe542 Text Font Color

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

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


#afe542 Background Color

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

This div background color is #afe542


#afe542 Border Color

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

This div border color is #afe542


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe542


Comments

No comments written yet.

Please login to write comment.