Color Hex Logo

#afd155 Color Hex

#AFD155
(175,209,85)
0 Favorites   0 Comments

Color spaces of #afd155

RGB 17520985
HSL0.210.570.58
HSV76°59°82°
CMYK 0.160.000.59   0.18
XYZ42.119455.370817.0620
Yxy55.37080.36770.4834
Hunter Lab74.4116-29.183338.4933
CIE-Lab79.2544-29.380656.4066

#afd155 color RGB value is (175,209,85).

#afd155 hex color red value is 175, green value is 209 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #afd155 hue: 0.21 , saturation: 0.57 and the lightness value of afd155 is 0.58.

The process color (four color CMYK) of #afd155 color hex is 0.16, 0.00, 0.59, 0.18. Web safe color of #afd155 is #99cc66. Color #afd155 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010001 01010101
Octal 257 321 125
Decimal 175 209 85
Hex AF D1 55

RGB Percentages of Color #afd155

%37.31
%44.56
%18.12

CMYK Percentages of Color #afd155

%16
%0
%59
%18

Triadic Colors of #afd155

#afd155 #55afd1 #d155af

Analogous Colors of #afd155

#afd155 #71d155 #d1b555

Monochromatic Colors of #afd155

#afd155

Complementary Color

#afd155 #7755d1

#afd155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd155 Color CSS Codes

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

#afd155 Text Font Color

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

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


#afd155 Background Color

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

This div background color is #afd155


#afd155 Border Color

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

This div border color is #afd155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd155


Comments

No comments written yet.

Please login to write comment.