Color Hex Logo

#dad635 Color Hex

#DAD635
(218,214,53)
0 Favorites   0 Comments

Color spaces of #dad635

RGB 21821453
HSL0.160.690.53
HSV59°76°85°
CMYK 0.000.020.76   0.15
XYZ53.602663.255612.7526
Yxy63.25560.41360.4880
Hunter Lab79.5334-18.880946.1667
CIE-Lab83.5767-16.112473.8305

#dad635 color RGB value is (218,214,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010110 00110101
Octal 332 326 65
Decimal 218 214 53
Hex DA D6 35

RGB Percentages of Color #dad635

%44.95
%44.12
%10.93

CMYK Percentages of Color #dad635

%0
%2
%76
%15

Triadic Colors of #dad635

#dad635 #35dad6 #d635da

Analogous Colors of #dad635

#dad635 #8cda35 #da8435

Monochromatic Colors of #dad635

#dad635

Complementary Color

#dad635 #3539da

#dad635 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad635 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad635 Color CSS Codes

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

#dad635 Text Font Color

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

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


#dad635 Background Color

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

This div background color is #dad635


#dad635 Border Color

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

This div border color is #dad635


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,214,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 #dad635">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad635


Comments

No comments written yet.

Please login to write comment.