Color Hex Logo

#afdc30 Color Hex

#AFDC30
(175,220,48)
0 Favorites   0 Comments

Color spaces of #afdc30

RGB 17522048
HSL0.210.710.53
HSV76°78°86°
CMYK 0.200.000.78   0.14
XYZ43.805960.513812.1678
Yxy60.51380.37610.5195
Hunter Lab77.7906-35.615645.1794
CIE-Lab82.1167-36.696772.8324

#afdc30 color RGB value is (175,220,48).

#afdc30 hex color red value is 175, green value is 220 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #afdc30 hue: 0.21 , saturation: 0.71 and the lightness value of afdc30 is 0.53.

The process color (four color CMYK) of #afdc30 color hex is 0.20, 0.00, 0.78, 0.14. Web safe color of #afdc30 is #99cc33. Color #afdc30 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011100 00110000
Octal 257 334 60
Decimal 175 220 48
Hex AF DC 30

RGB Percentages of Color #afdc30

%39.50
%49.66
%10.84

CMYK Percentages of Color #afdc30

%20
%0
%78
%14

Triadic Colors of #afdc30

#afdc30 #30afdc #dc30af

Analogous Colors of #afdc30

#afdc30 #59dc30 #dcb330

Monochromatic Colors of #afdc30

#afdc30

Complementary Color

#afdc30 #5d30dc

#afdc30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdc30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdc30 Color CSS Codes

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

#afdc30 Text Font Color

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

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


#afdc30 Background Color

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

This div background color is #afdc30


#afdc30 Border Color

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

This div border color is #afdc30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdc30


Comments

No comments written yet.

Please login to write comment.