Color Hex Logo

#dace74 Color Hex

#DACE74
(218,206,116)
0 Favorites   0 Comments

Color spaces of #dace74

RGB 218206116
HSL0.150.580.65
HSV53°47°85°
CMYK 0.000.060.47   0.15
XYZ54.137160.309025.3105
Yxy60.30900.38740.4315
Hunter Lab77.6589-11.468135.0375
CIE-Lab82.0059-7.973146.0025

#dace74 color RGB value is (218,206,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001110 01110100
Octal 332 316 164
Decimal 218 206 116
Hex DA CE 74

RGB Percentages of Color #dace74

%40.37
%38.15
%21.48

CMYK Percentages of Color #dace74

%0
%6
%47
%15

Triadic Colors of #dace74

#dace74 #74dace #ce74da

Analogous Colors of #dace74

#dace74 #b3da74 #da9b74

Monochromatic Colors of #dace74

#dace74

Complementary Color

#dace74 #7480da

#dace74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dace74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dace74 Color CSS Codes

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

#dace74 Text Font Color

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

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


#dace74 Background Color

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

This div background color is #dace74


#dace74 Border Color

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

This div border color is #dace74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dace74


Comments

No comments written yet.

Please login to write comment.