Color Hex Logo

#dac135 Color Hex

#DAC135
(218,193,53)
0 Favorites   0 Comments

Color spaces of #dac135

RGB 21819353
HSL0.140.690.53
HSV51°76°85°
CMYK 0.000.110.76   0.15
XYZ48.626053.302411.0937
Yxy53.30240.43020.4716
Hunter Lab73.0085-8.878142.0968
CIE-Lab78.0532-5.506068.7488

#dac135 color RGB value is (218,193,53).

#dac135 hex color red value is 218, green value is 193 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #dac135 hue: 0.14 , saturation: 0.69 and the lightness value of dac135 is 0.53.

The process color (four color CMYK) of #dac135 color hex is 0.00, 0.11, 0.76, 0.15. Web safe color of #dac135 is #cccc33. Color #dac135 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000001 00110101
Octal 332 301 65
Decimal 218 193 53
Hex DA C1 35

RGB Percentages of Color #dac135

%46.98
%41.59
%11.42

CMYK Percentages of Color #dac135

%0
%11
%76
%15

Triadic Colors of #dac135

#dac135 #35dac1 #c135da

Analogous Colors of #dac135

#dac135 #a1da35 #da6f35

Monochromatic Colors of #dac135

#dac135

Complementary Color

#dac135 #354eda

#dac135 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac135 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac135 Color CSS Codes

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

#dac135 Text Font Color

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

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


#dac135 Background Color

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

This div background color is #dac135


#dac135 Border Color

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

This div border color is #dac135


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac135


Comments

No comments written yet.

Please login to write comment.