Color Hex Logo

#afe57b Color Hex

#AFE57B
(175,229,123)
0 Favorites   0 Comments

Color spaces of #afe57b

RGB 175229123
HSL0.250.670.69
HSV91°46°90°
CMYK 0.240.000.46   0.10
XYZ49.273766.582628.9936
Yxy66.58260.34020.4597
Hunter Lab81.5982-35.008136.0517
CIE-Lab85.2927-34.943245.9726

#afe57b color RGB value is (175,229,123).

#afe57b hex color red value is 175, green value is 229 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #afe57b hue: 0.25 , saturation: 0.67 and the lightness value of afe57b is 0.69.

The process color (four color CMYK) of #afe57b color hex is 0.24, 0.00, 0.46, 0.10. Web safe color of #afe57b is #99cc66. Color #afe57b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100101 01111011
Octal 257 345 173
Decimal 175 229 123
Hex AF E5 7B

RGB Percentages of Color #afe57b

%33.21
%43.45
%23.34

CMYK Percentages of Color #afe57b

%24
%0
%46
%10

Triadic Colors of #afe57b

#afe57b #7bafe5 #e57baf

Analogous Colors of #afe57b

#afe57b #7be57c #e4e57b

Monochromatic Colors of #afe57b

#afe57b

Complementary Color

#afe57b #b17be5

#afe57b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe57b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe57b Color CSS Codes

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

#afe57b Text Font Color

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

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


#afe57b Background Color

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

This div background color is #afe57b


#afe57b Border Color

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

This div border color is #afe57b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe57b


Comments

No comments written yet.

Please login to write comment.