Color Hex Logo

#afd355 Color Hex

#AFD355
(175,211,85)
0 Favorites   0 Comments

Color spaces of #afd355

RGB 17521185
HSL0.210.590.58
HSV77°60°83°
CMYK 0.170.000.60   0.17
XYZ42.613256.358417.2266
Yxy56.35840.36670.4850
Hunter Lab75.0722-30.054638.9455
CIE-Lab79.8174-30.323457.0316

#afd355 color RGB value is (175,211,85).

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

The process color (four color CMYK) of #afd355 color hex is 0.17, 0.00, 0.60, 0.17. Web safe color of #afd355 is #99cc66. Color #afd355 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010011 01010101
Octal 257 323 125
Decimal 175 211 85
Hex AF D3 55

RGB Percentages of Color #afd355

%37.15
%44.80
%18.05

CMYK Percentages of Color #afd355

%17
%0
%60
%17

Triadic Colors of #afd355

#afd355 #55afd3 #d355af

Analogous Colors of #afd355

#afd355 #70d355 #d3b855

Monochromatic Colors of #afd355

#afd355

Complementary Color

#afd355 #7955d3

#afd355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd355 Color CSS Codes

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

#afd355 Text Font Color

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

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


#afd355 Background Color

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

This div background color is #afd355


#afd355 Border Color

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

This div border color is #afd355


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd355


Comments

No comments written yet.

Please login to write comment.