Color Hex Logo

#dada57 Color Hex

#DADA57
(218,218,87)
0 Favorites   0 Comments

Color spaces of #dada57

RGB 21821887
HSL0.170.640.60
HSV60°60°85°
CMYK 0.000.000.60   0.15
XYZ55.705165.736418.7692
Yxy65.73640.39730.4688
Hunter Lab81.0780-19.247043.0292
CIE-Lab84.8618-16.319762.5919

#dada57 color RGB value is (218,218,87).

#dada57 hex color red value is 218, green value is 218 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #dada57 hue: 0.17 , saturation: 0.64 and the lightness value of dada57 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011010 01010111
Octal 332 332 127
Decimal 218 218 87
Hex DA DA 57

RGB Percentages of Color #dada57

%41.68
%41.68
%16.63

CMYK Percentages of Color #dada57

%0
%0
%60
%15

Triadic Colors of #dada57

#dada57 #57dada #da57da

Analogous Colors of #dada57

#dada57 #99da57 #da9957

Monochromatic Colors of #dada57

#dada57

Complementary Color

#dada57 #5757da

#dada57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dada57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dada57 Color CSS Codes

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

#dada57 Text Font Color

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

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


#dada57 Background Color

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

This div background color is #dada57


#dada57 Border Color

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

This div border color is #dada57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dada57


Comments

No comments written yet.

Please login to write comment.