Color Hex Logo

#dad628 Color Hex

#DAD628
(218,214,40)
0 Favorites   0 Comments

Color spaces of #dad628

RGB 21821440
HSL0.160.710.51
HSV59°82°85°
CMYK 0.000.020.82   0.15
XYZ53.343063.151811.3855
Yxy63.15180.41710.4938
Hunter Lab79.4681-19.251047.1331
CIE-Lab83.5222-16.545577.3662

#dad628 color RGB value is (218,214,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010110 00101000
Octal 332 326 50
Decimal 218 214 40
Hex DA D6 28

RGB Percentages of Color #dad628

%46.19
%45.34
%8.47

CMYK Percentages of Color #dad628

%0
%2
%82
%15

Triadic Colors of #dad628

#dad628 #28dad6 #d628da

Analogous Colors of #dad628

#dad628 #85da28 #da7d28

Monochromatic Colors of #dad628

#dad628

Complementary Color

#dad628 #282cda

#dad628 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad628 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad628 Color CSS Codes

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

#dad628 Text Font Color

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

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


#dad628 Background Color

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

This div background color is #dad628


#dad628 Border Color

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

This div border color is #dad628


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad628


Comments

No comments written yet.

Please login to write comment.