Color Hex Logo

#dac452 Color Hex

#DAC452
(218,196,82)
0 Favorites   0 Comments

Color spaces of #dac452

RGB 21819682
HSL0.140.650.59
HSV50°62°85°
CMYK 0.000.100.62   0.15
XYZ50.176454.994515.9531
Yxy54.99450.41430.4540
Hunter Lab74.1583-9.001739.1562
CIE-Lab79.0381-5.545658.4221

#dac452 color RGB value is (218,196,82).

#dac452 hex color red value is 218, green value is 196 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #dac452 hue: 0.14 , saturation: 0.65 and the lightness value of dac452 is 0.59.

The process color (four color CMYK) of #dac452 color hex is 0.00, 0.10, 0.62, 0.15. Web safe color of #dac452 is #cccc66. Color #dac452 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000100 01010010
Octal 332 304 122
Decimal 218 196 82
Hex DA C4 52

RGB Percentages of Color #dac452

%43.95
%39.52
%16.53

CMYK Percentages of Color #dac452

%0
%10
%62
%15

Triadic Colors of #dac452

#dac452 #52dac4 #c452da

Analogous Colors of #dac452

#dac452 #acda52 #da8052

Monochromatic Colors of #dac452

#dac452

Complementary Color

#dac452 #5268da

#dac452 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac452 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac452 Color CSS Codes

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

#dac452 Text Font Color

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

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


#dac452 Background Color

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

This div background color is #dac452


#dac452 Border Color

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

This div border color is #dac452


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac452


Comments

No comments written yet.

Please login to write comment.