Color Hex Logo

#dad335 Color Hex

#DAD335
(218,211,53)
0 Favorites   0 Comments

Color spaces of #dad335

RGB 21821153
HSL0.160.690.53
HSV57°76°85°
CMYK 0.000.030.76   0.15
XYZ52.850361.751012.5018
Yxy61.75100.41580.4858
Hunter Lab78.5818-17.467745.5747
CIE-Lab82.7808-14.623773.1040

#dad335 color RGB value is (218,211,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010011 00110101
Octal 332 323 65
Decimal 218 211 53
Hex DA D3 35

RGB Percentages of Color #dad335

%45.23
%43.78
%11.00

CMYK Percentages of Color #dad335

%0
%3
%76
%15

Triadic Colors of #dad335

#dad335 #35dad3 #d335da

Analogous Colors of #dad335

#dad335 #8fda35 #da8135

Monochromatic Colors of #dad335

#dad335

Complementary Color

#dad335 #353cda

#dad335 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad335 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad335 Color CSS Codes

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

#dad335 Text Font Color

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

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


#dad335 Background Color

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

This div background color is #dad335


#dad335 Border Color

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

This div border color is #dad335


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad335


Comments

No comments written yet.

Please login to write comment.