color codes Logo

#adf530 color codes

#ADF530
(173,245,48)
0 Favorites   0 Comments

Color spaces of #adf530

RGB 17324548
HSL0.230.910.57
HSV82°80°96°
CMYK 0.290.000.80   0.04
XYZ50.419574.402514.5000
Yxy74.40250.36190.5340
Hunter Lab86.2569-46.611450.4130
CIE-Lab89.1124-48.317679.0953

#adf530 color RGB value is (173,245,48).

#adf530 hex color red value is 173, green value is 245 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #adf530 hue: 0.23 , saturation: 0.91 and the lightness value of adf530 is 0.57.

The process color (four color CMYK) of #adf530 color code is 0.29, 0.00, 0.80, 0.04. Web safe color of #adf530 is #99ff33. Color #adf530 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110101 00110000
Octal 255 365 60
Decimal 173 245 48
Hex AD F5 30

RGB Percentages of Color #adf530

%37.12
%52.58
%10.30

CMYK Percentages of Color #adf530

%29
%0
%80
%4

Triadic Colors of #adf530

#adf530 #30adf5 #f530ad

Analogous Colors of #adf530

#adf530 #4bf530 #f5db30

Monochromatic Colors of #adf530

#adf530

Complementary Color

#adf530 #7830f5

#adf530 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf530 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf530 Color CSS Codes

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

#adf530 Text Font Color

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

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


#adf530 Background Color

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

This div background color is #adf530


#adf530 Border Color

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

This div border color is #adf530


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf530


Comments

No comments written yet.

Please login to write comment.