Color Hex Logo

#dace30 Color Hex

#DACE30
(218,206,48)
0 Favorites   0 Comments

Color spaces of #dace30

RGB 21820648
HSL0.150.700.52
HSV56°78°85°
CMYK 0.000.060.78   0.15
XYZ51.518259.261411.5196
Yxy59.26140.42120.4846
Hunter Lab76.9814-15.260145.0148
CIE-Lab81.4351-12.306973.3992

#dace30 color RGB value is (218,206,48).

#dace30 hex color red value is 218, green value is 206 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #dace30 hue: 0.15 , saturation: 0.70 and the lightness value of dace30 is 0.52.

The process color (four color CMYK) of #dace30 color hex is 0.00, 0.06, 0.78, 0.15. Web safe color of #dace30 is #cccc33. Color #dace30 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001110 00110000
Octal 332 316 60
Decimal 218 206 48
Hex DA CE 30

RGB Percentages of Color #dace30

%46.19
%43.64
%10.17

CMYK Percentages of Color #dace30

%0
%6
%78
%15

Triadic Colors of #dace30

#dace30 #30dace #ce30da

Analogous Colors of #dace30

#dace30 #91da30 #da7930

Monochromatic Colors of #dace30

#dace30

Complementary Color

#dace30 #303cda

#dace30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dace30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dace30 Color CSS Codes

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

#dace30 Text Font Color

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

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


#dace30 Background Color

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

This div background color is #dace30


#dace30 Border Color

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

This div border color is #dace30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dace30


Comments

No comments written yet.

Please login to write comment.