Color Hex Logo

#daca0e Color Hex

#DACA0E
(218,202,14)
0 Favorites   0 Comments

Color spaces of #daca0e

RGB 21820214
HSL0.150.880.45
HSV55°94°85°
CMYK 0.000.070.94   0.15
XYZ50.113257.17828.8107
Yxy57.17820.43160.4925
Hunter Lab75.6163-14.031146.0230
CIE-Lab80.2797-11.067179.4934

#daca0e color RGB value is (218,202,14).

#daca0e hex color red value is 218, green value is 202 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #daca0e hue: 0.15 , saturation: 0.88 and the lightness value of daca0e is 0.45.

The process color (four color CMYK) of #daca0e color hex is 0.00, 0.07, 0.94, 0.15. Web safe color of #daca0e is #cccc00. Color #daca0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001010 00001110
Octal 332 312 16
Decimal 218 202 14
Hex DA CA E

RGB Percentages of Color #daca0e

%50.23
%46.54
%3.23

CMYK Percentages of Color #daca0e

%0
%7
%94
%15

Triadic Colors of #daca0e

#daca0e #0edaca #ca0eda

Analogous Colors of #daca0e

#daca0e #84da0e #da640e

Monochromatic Colors of #daca0e

#daca0e

Complementary Color

#daca0e #0e1eda

#daca0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daca0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#daca0e Color CSS Codes

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

#daca0e Text Font Color

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

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


#daca0e Background Color

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

This div background color is #daca0e


#daca0e Border Color

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

This div border color is #daca0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daca0e


Comments

No comments written yet.

Please login to write comment.