Color Hex Logo

#afd254 Color Hex

#AFD254
(175,210,84)
0 Favorites   0 Comments

Color spaces of #afd254

RGB 17521084
HSL0.210.580.58
HSV77°60°82°
CMYK 0.170.000.60   0.18
XYZ42.326055.847216.9363
Yxy55.84720.36770.4852
Hunter Lab74.7310-29.680738.8748
CIE-Lab79.5268-29.932557.1417

#afd254 color RGB value is (175,210,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010010 01010100
Octal 257 322 124
Decimal 175 210 84
Hex AF D2 54

RGB Percentages of Color #afd254

%37.31
%44.78
%17.91

CMYK Percentages of Color #afd254

%17
%0
%60
%18

Triadic Colors of #afd254

#afd254 #54afd2 #d254af

Analogous Colors of #afd254

#afd254 #70d254 #d2b654

Monochromatic Colors of #afd254

#afd254

Complementary Color

#afd254 #7754d2

#afd254 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd254 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd254 Color CSS Codes

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

#afd254 Text Font Color

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

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


#afd254 Background Color

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

This div background color is #afd254


#afd254 Border Color

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

This div border color is #afd254


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd254


Comments

No comments written yet.

Please login to write comment.