Color Hex Logo

#afe07b Color Hex

#AFE07B
(175,224,123)
0 Favorites   0 Comments

Color spaces of #afe07b

RGB 175224123
HSL0.250.620.68
HSV89°45°88°
CMYK 0.220.000.45   0.12
XYZ47.910063.855328.5391
Yxy63.85530.34150.4551
Hunter Lab79.9095-32.821434.7617
CIE-Lab83.8904-32.638844.2307

#afe07b color RGB value is (175,224,123).

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

The process color (four color CMYK) of #afe07b color hex is 0.22, 0.00, 0.45, 0.12. Web safe color of #afe07b is #99cc66. Color #afe07b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100000 01111011
Octal 257 340 173
Decimal 175 224 123
Hex AF E0 7B

RGB Percentages of Color #afe07b

%33.52
%42.91
%23.56

CMYK Percentages of Color #afe07b

%22
%0
%45
%12

Triadic Colors of #afe07b

#afe07b #7bafe0 #e07baf

Analogous Colors of #afe07b

#afe07b #7de07b #e0df7b

Monochromatic Colors of #afe07b

#afe07b

Complementary Color

#afe07b #ac7be0

#afe07b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe07b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe07b Color CSS Codes

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

#afe07b Text Font Color

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

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


#afe07b Background Color

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

This div background color is #afe07b


#afe07b Border Color

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

This div border color is #afe07b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,224,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 #afe07b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe07b


Comments

No comments written yet.

Please login to write comment.