Color Hex Logo

#daca54 Color Hex

#DACA54
(218,202,84)
0 Favorites   0 Comments

Color spaces of #daca54

RGB 21820284
HSL0.150.640.59
HSV53°61°85°
CMYK 0.000.070.61   0.15
XYZ51.634257.786616.8200
Yxy57.78660.40900.4577
Hunter Lab76.0175-11.786140.0935
CIE-Lab80.6200-8.487959.2733

#daca54 color RGB value is (218,202,84).

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

The process color (four color CMYK) of #daca54 color hex is 0.00, 0.07, 0.61, 0.15. Web safe color of #daca54 is #cccc66. Color #daca54 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001010 01010100
Octal 332 312 124
Decimal 218 202 84
Hex DA CA 54

RGB Percentages of Color #daca54

%43.25
%40.08
%16.67

CMYK Percentages of Color #daca54

%0
%7
%61
%15

Triadic Colors of #daca54

#daca54 #54daca #ca54da

Analogous Colors of #daca54

#daca54 #a7da54 #da8754

Monochromatic Colors of #daca54

#daca54

Complementary Color

#daca54 #5464da

#daca54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daca54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daca54 Color CSS Codes

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

#daca54 Text Font Color

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

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


#daca54 Background Color

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

This div background color is #daca54


#daca54 Border Color

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

This div border color is #daca54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daca54


Comments

No comments written yet.

Please login to write comment.