Color Hex Logo

#dad268 Color Hex

#DAD268
(218,210,104)
0 Favorites   0 Comments

Color spaces of #dad268

RGB 218210104
HSL0.150.610.63
HSV56°52°85°
CMYK 0.000.040.52   0.15
XYZ54.458761.998122.1932
Yxy61.99810.39280.4472
Hunter Lab78.7389-14.335938.4058
CIE-Lab82.9124-11.061652.8368

#dad268 color RGB value is (218,210,104).

#dad268 hex color red value is 218, green value is 210 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #dad268 hue: 0.15 , saturation: 0.61 and the lightness value of dad268 is 0.63.

The process color (four color CMYK) of #dad268 color hex is 0.00, 0.04, 0.52, 0.15. Web safe color of #dad268 is #cccc66. Color #dad268 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010010 01101000
Octal 332 322 150
Decimal 218 210 104
Hex DA D2 68

RGB Percentages of Color #dad268

%40.98
%39.47
%19.55

CMYK Percentages of Color #dad268

%0
%4
%52
%15

Triadic Colors of #dad268

#dad268 #68dad2 #d268da

Analogous Colors of #dad268

#dad268 #a9da68 #da9968

Monochromatic Colors of #dad268

#dad268

Complementary Color

#dad268 #6870da

#dad268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad268 Color CSS Codes

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

#dad268 Text Font Color

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

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


#dad268 Background Color

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

This div background color is #dad268


#dad268 Border Color

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

This div border color is #dad268


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad268


Comments

No comments written yet.

Please login to write comment.