Color Hex Logo

#dadd30 Color Hex

#DADD30
(218,221,48)
0 Favorites   0 Comments

Color spaces of #dadd30

RGB 21822148
HSL0.170.720.53
HSV61°78°87°
CMYK 0.010.000.78   0.13
XYZ55.303466.831712.7813
Yxy66.83170.40990.4954
Hunter Lab81.7507-22.310447.9558
CIE-Lab85.4189-19.729276.9333

#dadd30 color RGB value is (218,221,48).

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

The process color (four color CMYK) of #dadd30 color hex is 0.01, 0.00, 0.78, 0.13. Web safe color of #dadd30 is #cccc33. Color #dadd30 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011101 00110000
Octal 332 335 60
Decimal 218 221 48
Hex DA DD 30

RGB Percentages of Color #dadd30

%44.76
%45.38
%9.86

CMYK Percentages of Color #dadd30

%1
%0
%78
%13

Triadic Colors of #dadd30

#dadd30 #30dadd #dd30da

Analogous Colors of #dadd30

#dadd30 #84dd30 #dd8a30

Monochromatic Colors of #dadd30

#dadd30

Complementary Color

#dadd30 #3330dd

#dadd30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadd30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadd30 Color CSS Codes

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

#dadd30 Text Font Color

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

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


#dadd30 Background Color

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

This div background color is #dadd30


#dadd30 Border Color

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

This div border color is #dadd30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadd30


Comments

No comments written yet.

Please login to write comment.