Color Hex Logo

#dad448 Color Hex

#DAD448
(218,212,72)
0 Favorites   0 Comments

Color spaces of #dad448

RGB 21821272
HSL0.160.660.57
HSV58°67°85°
CMYK 0.000.030.67   0.15
XYZ53.626662.460315.3605
Yxy62.46030.40800.4752
Hunter Lab79.0318-17.185543.7988
CIE-Lab83.1576-14.244466.8468

#dad448 color RGB value is (218,212,72).

#dad448 hex color red value is 218, green value is 212 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #dad448 hue: 0.16 , saturation: 0.66 and the lightness value of dad448 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010100 01001000
Octal 332 324 110
Decimal 218 212 72
Hex DA D4 48

RGB Percentages of Color #dad448

%43.43
%42.23
%14.34

CMYK Percentages of Color #dad448

%0
%3
%67
%15

Triadic Colors of #dad448

#dad448 #48dad4 #d448da

Analogous Colors of #dad448

#dad448 #97da48 #da8b48

Monochromatic Colors of #dad448

#dad448

Complementary Color

#dad448 #484eda

#dad448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad448 Color CSS Codes

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

#dad448 Text Font Color

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

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


#dad448 Background Color

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

This div background color is #dad448


#dad448 Border Color

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

This div border color is #dad448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad448


Comments

No comments written yet.

Please login to write comment.