Color Hex Logo

#dad434 Color Hex

#DAD434
(218,212,52)
0 Favorites   0 Comments

Color spaces of #dad434

RGB 21821252
HSL0.160.690.53
HSV58°76°85°
CMYK 0.000.030.76   0.15
XYZ53.076862.240312.4650
Yxy62.24030.41540.4871
Hunter Lab78.8925-17.971845.8570
CIE-Lab83.0410-15.158873.6482

#dad434 color RGB value is (218,212,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010100 00110100
Octal 332 324 64
Decimal 218 212 52
Hex DA D4 34

RGB Percentages of Color #dad434

%45.23
%43.98
%10.79

CMYK Percentages of Color #dad434

%0
%3
%76
%15

Triadic Colors of #dad434

#dad434 #34dad4 #d434da

Analogous Colors of #dad434

#dad434 #8dda34 #da8134

Monochromatic Colors of #dad434

#dad434

Complementary Color

#dad434 #343ada

#dad434 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad434 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad434 Color CSS Codes

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

#dad434 Text Font Color

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

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


#dad434 Background Color

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

This div background color is #dad434


#dad434 Border Color

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

This div border color is #dad434


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad434


Comments

No comments written yet.

Please login to write comment.