Color Hex Logo

#afd255 Color Hex

#AFD255
(175,210,85)
0 Favorites   0 Comments

Color spaces of #afd255

RGB 17521085
HSL0.210.580.58
HSV77°60°82°
CMYK 0.170.000.60   0.18
XYZ42.365555.863017.1441
Yxy55.86300.36720.4842
Hunter Lab74.7416-29.619238.7192
CIE-Lab79.5358-29.852656.7191

#afd255 color RGB value is (175,210,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010010 01010101
Octal 257 322 125
Decimal 175 210 85
Hex AF D2 55

RGB Percentages of Color #afd255

%37.23
%44.68
%18.09

CMYK Percentages of Color #afd255

%17
%0
%60
%18

Triadic Colors of #afd255

#afd255 #55afd2 #d255af

Analogous Colors of #afd255

#afd255 #71d255 #d2b755

Monochromatic Colors of #afd255

#afd255

Complementary Color

#afd255 #7855d2

#afd255 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd255 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd255 Color CSS Codes

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

#afd255 Text Font Color

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

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


#afd255 Background Color

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

This div background color is #afd255


#afd255 Border Color

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

This div border color is #afd255


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd255


Comments

No comments written yet.

Please login to write comment.