Color Hex Logo

#afe055 Color Hex

#AFE055
(175,224,85)
0 Favorites   0 Comments

Color spaces of #afe055

RGB 17522485
HSL0.230.690.61
HSV81°62°88°
CMYK 0.220.000.62   0.12
XYZ45.974563.081118.3471
Yxy63.08110.36090.4951
Hunter Lab79.4236-35.666341.9004
CIE-Lab83.4850-36.323961.0589

#afe055 color RGB value is (175,224,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100000 01010101
Octal 257 340 125
Decimal 175 224 85
Hex AF E0 55

RGB Percentages of Color #afe055

%36.16
%46.28
%17.56

CMYK Percentages of Color #afe055

%22
%0
%62
%12

Triadic Colors of #afe055

#afe055 #55afe0 #e055af

Analogous Colors of #afe055

#afe055 #6ae055 #e0cc55

Monochromatic Colors of #afe055

#afe055

Complementary Color

#afe055 #8655e0

#afe055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe055 Color CSS Codes

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

#afe055 Text Font Color

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

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


#afe055 Background Color

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

This div background color is #afe055


#afe055 Border Color

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

This div border color is #afe055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe055


Comments

No comments written yet.

Please login to write comment.