Color Hex Logo

#afdd30 Color Hex

#AFDD30
(175,221,48)
0 Favorites   0 Comments

Color spaces of #afdd30

RGB 17522148
HSL0.210.720.53
HSV76°78°87°
CMYK 0.210.000.78   0.13
XYZ44.069161.040312.2556
Yxy61.04030.37550.5201
Hunter Lab78.1283-36.039745.3893
CIE-Lab82.4004-37.147773.0905

#afdd30 color RGB value is (175,221,48).

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

The process color (four color CMYK) of #afdd30 color hex is 0.21, 0.00, 0.78, 0.13. Web safe color of #afdd30 is #99cc33. Color #afdd30 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011101 00110000
Octal 257 335 60
Decimal 175 221 48
Hex AF DD 30

RGB Percentages of Color #afdd30

%39.41
%49.77
%10.81

CMYK Percentages of Color #afdd30

%21
%0
%78
%13

Triadic Colors of #afdd30

#afdd30 #30afdd #dd30af

Analogous Colors of #afdd30

#afdd30 #59dd30 #ddb530

Monochromatic Colors of #afdd30

#afdd30

Complementary Color

#afdd30 #5e30dd

#afdd30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdd30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdd30 Color CSS Codes

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

#afdd30 Text Font Color

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

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


#afdd30 Background Color

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

This div background color is #afdd30


#afdd30 Border Color

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

This div border color is #afdd30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdd30


Comments

No comments written yet.

Please login to write comment.