Color Hex Logo

#dace23 Color Hex

#DACE23
(218,206,35)
0 Favorites   0 Comments

Color spaces of #dace23

RGB 21820635
HSL0.160.720.50
HSV56°84°85°
CMYK 0.000.060.84   0.15
XYZ51.288159.169410.3078
Yxy59.16940.42470.4900
Hunter Lab76.9216-15.596645.9001
CIE-Lab81.3846-12.697376.7527

#dace23 color RGB value is (218,206,35).

#dace23 hex color red value is 218, green value is 206 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #dace23 hue: 0.16 , saturation: 0.72 and the lightness value of dace23 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001110 00100011
Octal 332 316 43
Decimal 218 206 35
Hex DA CE 23

RGB Percentages of Color #dace23

%47.49
%44.88
%7.63

CMYK Percentages of Color #dace23

%0
%6
%84
%15

Triadic Colors of #dace23

#dace23 #23dace #ce23da

Analogous Colors of #dace23

#dace23 #8bda23 #da7323

Monochromatic Colors of #dace23

#dace23

Complementary Color

#dace23 #232fda

#dace23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dace23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dace23 Color CSS Codes

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

#dace23 Text Font Color

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

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


#dace23 Background Color

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

This div background color is #dace23


#dace23 Border Color

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

This div border color is #dace23


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,206,35, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dace23">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dace23


Comments

No comments written yet.

Please login to write comment.