Color Hex Logo

#afe850 Color Hex

#AFE850
(175,232,80)
0 Favorites   0 Comments

Color spaces of #afe850

RGB 17523280
HSL0.230.770.61
HSV83°66°91°
CMYK 0.250.000.66   0.09
XYZ47.983867.406418.0711
Yxy67.40640.35950.5051
Hunter Lab82.1014-39.353944.4208
CIE-Lab85.7088-40.272465.4497

#afe850 color RGB value is (175,232,80).

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

The process color (four color CMYK) of #afe850 color hex is 0.25, 0.00, 0.66, 0.09. Web safe color of #afe850 is #99ff66. Color #afe850 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101000 01010000
Octal 257 350 120
Decimal 175 232 80
Hex AF E8 50

RGB Percentages of Color #afe850

%35.93
%47.64
%16.43

CMYK Percentages of Color #afe850

%25
%0
%66
%9

Triadic Colors of #afe850

#afe850 #50afe8 #e850af

Analogous Colors of #afe850

#afe850 #63e850 #e8d550

Monochromatic Colors of #afe850

#afe850

Complementary Color

#afe850 #8950e8

#afe850 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe850 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe850 Color CSS Codes

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

#afe850 Text Font Color

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

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


#afe850 Background Color

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

This div background color is #afe850


#afe850 Border Color

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

This div border color is #afe850


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe850


Comments

No comments written yet.

Please login to write comment.