Color Hex Logo

#afe74a Color Hex

#AFE74A
(175,231,74)
0 Favorites   0 Comments

Color spaces of #afe74a

RGB 17523174
HSL0.230.770.60
HSV81°68°91°
CMYK 0.240.000.68   0.09
XYZ47.491166.760216.8615
Yxy66.76020.36220.5092
Hunter Lab81.7069-39.236344.9594
CIE-Lab85.3827-40.234467.3967

#afe74a color RGB value is (175,231,74).

#afe74a hex color red value is 175, green value is 231 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #afe74a hue: 0.23 , saturation: 0.77 and the lightness value of afe74a is 0.60.

The process color (four color CMYK) of #afe74a color hex is 0.24, 0.00, 0.68, 0.09. Web safe color of #afe74a is #99ff33. Color #afe74a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100111 01001010
Octal 257 347 112
Decimal 175 231 74
Hex AF E7 4A

RGB Percentages of Color #afe74a

%36.46
%48.13
%15.42

CMYK Percentages of Color #afe74a

%24
%0
%68
%9

Triadic Colors of #afe74a

#afe74a #4aafe7 #e74aaf

Analogous Colors of #afe74a

#afe74a #61e74a #e7d14a

Monochromatic Colors of #afe74a

#afe74a

Complementary Color

#afe74a #824ae7

#afe74a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe74a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe74a Color CSS Codes

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

#afe74a Text Font Color

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

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


#afe74a Background Color

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

This div background color is #afe74a


#afe74a Border Color

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

This div border color is #afe74a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe74a


Comments

No comments written yet.

Please login to write comment.