color codes Logo

#dad838 color codes

#DAD838
(218,216,56)
0 Favorites   0 Comments

Color spaces of #dad838

RGB 21821656
HSL0.160.690.54
HSV59°74°85°
CMYK 0.000.010.74   0.15
XYZ54.183164.302713.2973
Yxy64.30270.41120.4879
Hunter Lab80.1890-19.719546.3005
CIE-Lab84.1231-16.981973.3988

#dad838 color RGB value is (218,216,56).

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

The process color (four color CMYK) of #dad838 color code is 0.00, 0.01, 0.74, 0.15. Web safe color of #dad838 is #cccc33. Color #dad838 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011000 00111000
Octal 332 330 70
Decimal 218 216 56
Hex DA D8 38

RGB Percentages of Color #dad838

%44.49
%44.08
%11.43

CMYK Percentages of Color #dad838

%0
%1
%74
%15

Triadic Colors of #dad838

#dad838 #38dad8 #d838da

Analogous Colors of #dad838

#dad838 #8bda38 #da8738

Monochromatic Colors of #dad838

#dad838

Complementary Color

#dad838 #383ada

#dad838 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad838 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad838 Color CSS Codes

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

#dad838 Text Font Color

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

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


#dad838 Background Color

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

This div background color is #dad838


#dad838 Border Color

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

This div border color is #dad838


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad838


Comments

No comments written yet.

Please login to write comment.