Color Hex Logo

#dada25 Color Hex

#DADA25
(218,218,37)
0 Favorites   0 Comments

Color spaces of #dada25

RGB 21821837
HSL0.170.710.50
HSV60°83°85°
CMYK 0.000.000.83   0.15
XYZ54.318865.181811.4687
Yxy65.18180.41470.4977
Hunter Lab80.7352-21.191648.0923
CIE-Lab84.5773-18.593978.9564

#dada25 color RGB value is (218,218,37).

#dada25 hex color red value is 218, green value is 218 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #dada25 hue: 0.17 , saturation: 0.71 and the lightness value of dada25 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011010 00100101
Octal 332 332 45
Decimal 218 218 37
Hex DA DA 25

RGB Percentages of Color #dada25

%46.09
%46.09
%7.82

CMYK Percentages of Color #dada25

%0
%0
%83
%15

Triadic Colors of #dada25

#dada25 #25dada #da25da

Analogous Colors of #dada25

#dada25 #80da25 #da8025

Monochromatic Colors of #dada25

#dada25

Complementary Color

#dada25 #2525da

#dada25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dada25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dada25 Color CSS Codes

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

#dada25 Text Font Color

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

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


#dada25 Background Color

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

This div background color is #dada25


#dada25 Border Color

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

This div border color is #dada25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dada25


Comments

No comments written yet.

Please login to write comment.