Color Hex Logo

#dace5c Color Hex

#DACE5C
(218,206,92)
0 Favorites   0 Comments

Color spaces of #dace5c

RGB 21820692
HSL0.150.630.61
HSV54°58°85°
CMYK 0.000.060.58   0.15
XYZ52.916559.820718.8828
Yxy59.82070.40200.4545
Hunter Lab77.3438-13.227039.6656
CIE-Lab81.7406-9.968556.9865

#dace5c color RGB value is (218,206,92).

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

The process color (four color CMYK) of #dace5c color hex is 0.00, 0.06, 0.58, 0.15. Web safe color of #dace5c is #cccc66. Color #dace5c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001110 01011100
Octal 332 316 134
Decimal 218 206 92
Hex DA CE 5C

RGB Percentages of Color #dace5c

%42.25
%39.92
%17.83

CMYK Percentages of Color #dace5c

%0
%6
%58
%15

Triadic Colors of #dace5c

#dace5c #5cdace #ce5cda

Analogous Colors of #dace5c

#dace5c #a7da5c #da8f5c

Monochromatic Colors of #dace5c

#dace5c

Complementary Color

#dace5c #5c68da

#dace5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dace5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dace5c Color CSS Codes

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

#dace5c Text Font Color

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

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


#dace5c Background Color

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

This div background color is #dace5c


#dace5c Border Color

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

This div border color is #dace5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dace5c


Comments

No comments written yet.

Please login to write comment.