Color Hex Logo

#dad264 Color Hex

#DAD264
(218,210,100)
0 Favorites   0 Comments

Color spaces of #dad264

RGB 218210100
HSL0.160.610.62
HSV56°54°85°
CMYK 0.000.040.54   0.15
XYZ54.260361.918721.1483
Yxy61.91870.39510.4509
Hunter Lab78.6884-14.618539.1471
CIE-Lab82.8702-11.384454.6409

#dad264 color RGB value is (218,210,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010010 01100100
Octal 332 322 144
Decimal 218 210 100
Hex DA D2 64

RGB Percentages of Color #dad264

%41.29
%39.77
%18.94

CMYK Percentages of Color #dad264

%0
%4
%54
%15

Triadic Colors of #dad264

#dad264 #64dad2 #d264da

Analogous Colors of #dad264

#dad264 #a7da64 #da9764

Monochromatic Colors of #dad264

#dad264

Complementary Color

#dad264 #646cda

#dad264 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad264 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad264 Color CSS Codes

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

#dad264 Text Font Color

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

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


#dad264 Background Color

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

This div background color is #dad264


#dad264 Border Color

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

This div border color is #dad264


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad264


Comments

No comments written yet.

Please login to write comment.