Color Hex Logo

#dada53 Color Hex

#DADA53
(218,218,83)
0 Favorites   0 Comments

Color spaces of #dada53

RGB 21821883
HSL0.170.650.59
HSV60°62°85°
CMYK 0.000.000.62   0.15
XYZ55.546265.672817.9321
Yxy65.67280.39920.4720
Hunter Lab81.0388-19.469043.6076
CIE-Lab84.8292-16.577664.2158

#dada53 color RGB value is (218,218,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011010 01010011
Octal 332 332 123
Decimal 218 218 83
Hex DA DA 53

RGB Percentages of Color #dada53

%42.00
%42.00
%15.99

CMYK Percentages of Color #dada53

%0
%0
%62
%15

Triadic Colors of #dada53

#dada53 #53dada #da53da

Analogous Colors of #dada53

#dada53 #97da53 #da9753

Monochromatic Colors of #dada53

#dada53

Complementary Color

#dada53 #5353da

#dada53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dada53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dada53 Color CSS Codes

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

#dada53 Text Font Color

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

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


#dada53 Background Color

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

This div background color is #dada53


#dada53 Border Color

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

This div border color is #dada53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dada53


Comments

No comments written yet.

Please login to write comment.