Color Hex Logo

#afe755 Color Hex

#AFE755
(175,231,85)
0 Favorites   0 Comments

Color spaces of #afe755

RGB 17523185
HSL0.230.750.62
HSV83°63°91°
CMYK 0.240.000.63   0.09
XYZ47.894866.921718.9872
Yxy66.92170.35790.5001
Hunter Lab81.8057-38.653543.5027
CIE-Lab85.4644-39.465463.2016

#afe755 color RGB value is (175,231,85).

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

The process color (four color CMYK) of #afe755 color hex is 0.24, 0.00, 0.63, 0.09. Web safe color of #afe755 is #99ff66. Color #afe755 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100111 01010101
Octal 257 347 125
Decimal 175 231 85
Hex AF E7 55

RGB Percentages of Color #afe755

%35.64
%47.05
%17.31

CMYK Percentages of Color #afe755

%24
%0
%63
%9

Triadic Colors of #afe755

#afe755 #55afe7 #e755af

Analogous Colors of #afe755

#afe755 #66e755 #e7d655

Monochromatic Colors of #afe755

#afe755

Complementary Color

#afe755 #8d55e7

#afe755 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe755 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe755 Color CSS Codes

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

#afe755 Text Font Color

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

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


#afe755 Background Color

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

This div background color is #afe755


#afe755 Border Color

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

This div border color is #afe755


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe755


Comments

No comments written yet.

Please login to write comment.