Color Hex Logo

#dadc30 Color Hex

#DADC30
(218,220,48)
0 Favorites   0 Comments

Color spaces of #dadc30

RGB 21822048
HSL0.170.710.53
HSV61°78°86°
CMYK 0.010.000.78   0.14
XYZ55.040166.305212.6936
Yxy66.30520.41060.4947
Hunter Lab81.4280-21.844547.7570
CIE-Lab85.1519-19.241776.6974

#dadc30 color RGB value is (218,220,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011100 00110000
Octal 332 334 60
Decimal 218 220 48
Hex DA DC 30

RGB Percentages of Color #dadc30

%44.86
%45.27
%9.88

CMYK Percentages of Color #dadc30

%1
%0
%78
%14

Triadic Colors of #dadc30

#dadc30 #30dadc #dc30da

Analogous Colors of #dadc30

#dadc30 #84dc30 #dc8830

Monochromatic Colors of #dadc30

#dadc30

Complementary Color

#dadc30 #3230dc

#dadc30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadc30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadc30 Color CSS Codes

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

#dadc30 Text Font Color

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

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


#dadc30 Background Color

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

This div background color is #dadc30


#dadc30 Border Color

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

This div border color is #dadc30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadc30


Comments

No comments written yet.

Please login to write comment.