Color Hex Logo

#afe74b Color Hex

#AFE74B
(175,231,75)
0 Favorites   0 Comments

Color spaces of #afe74b

RGB 17523175
HSL0.230.760.60
HSV82°68°91°
CMYK 0.240.000.68   0.09
XYZ47.525166.773817.0404
Yxy66.77380.36180.5084
Hunter Lab81.7152-39.187144.8367
CIE-Lab85.3896-40.169467.0300

#afe74b color RGB value is (175,231,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100111 01001011
Octal 257 347 113
Decimal 175 231 75
Hex AF E7 4B

RGB Percentages of Color #afe74b

%36.38
%48.02
%15.59

CMYK Percentages of Color #afe74b

%24
%0
%68
%9

Triadic Colors of #afe74b

#afe74b #4bafe7 #e74baf

Analogous Colors of #afe74b

#afe74b #61e74b #e7d14b

Monochromatic Colors of #afe74b

#afe74b

Complementary Color

#afe74b #834be7

#afe74b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe74b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe74b Color CSS Codes

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

#afe74b Text Font Color

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

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


#afe74b Background Color

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

This div background color is #afe74b


#afe74b Border Color

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

This div border color is #afe74b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe74b


Comments

No comments written yet.

Please login to write comment.