Color Hex Logo

#afd730 Color Hex

#AFD730
(175,215,48)
0 Favorites   0 Comments

Color spaces of #afd730

RGB 17521548
HSL0.210.680.52
HSV74°78°84°
CMYK 0.190.000.78   0.16
XYZ42.513157.928211.7369
Yxy57.92820.37900.5164
Hunter Lab76.1106-33.488744.1344
CIE-Lab80.6989-34.422871.5388

#afd730 color RGB value is (175,215,48).

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

The process color (four color CMYK) of #afd730 color hex is 0.19, 0.00, 0.78, 0.16. Web safe color of #afd730 is #99cc33. Color #afd730 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010111 00110000
Octal 257 327 60
Decimal 175 215 48
Hex AF D7 30

RGB Percentages of Color #afd730

%39.95
%49.09
%10.96

CMYK Percentages of Color #afd730

%19
%0
%78
%16

Triadic Colors of #afd730

#afd730 #30afd7 #d730af

Analogous Colors of #afd730

#afd730 #5bd730 #d7ac30

Monochromatic Colors of #afd730

#afd730

Complementary Color

#afd730 #5830d7

#afd730 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd730 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd730 Color CSS Codes

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

#afd730 Text Font Color

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

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


#afd730 Background Color

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

This div background color is #afd730


#afd730 Border Color

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

This div border color is #afd730


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd730


Comments

No comments written yet.

Please login to write comment.