Color Hex Logo

#dad675 Color Hex

#DAD675
(218,214,117)
0 Favorites   0 Comments

Color spaces of #dad675

RGB 218214117
HSL0.160.580.66
HSV58°46°85°
CMYK 0.000.020.46   0.15
XYZ56.170964.282926.2769
Yxy64.28290.38280.4381
Hunter Lab80.1766-15.253836.6921
CIE-Lab84.1128-11.928448.0896

#dad675 color RGB value is (218,214,117).

#dad675 hex color red value is 218, green value is 214 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #dad675 hue: 0.16 , saturation: 0.58 and the lightness value of dad675 is 0.66.

The process color (four color CMYK) of #dad675 color hex is 0.00, 0.02, 0.46, 0.15. Web safe color of #dad675 is #cccc66. Color #dad675 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010110 01110101
Octal 332 326 165
Decimal 218 214 117
Hex DA D6 75

RGB Percentages of Color #dad675

%39.71
%38.98
%21.31

CMYK Percentages of Color #dad675

%0
%2
%46
%15

Triadic Colors of #dad675

#dad675 #75dad6 #d675da

Analogous Colors of #dad675

#dad675 #acda75 #daa475

Monochromatic Colors of #dad675

#dad675

Complementary Color

#dad675 #7579da

#dad675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad675 Color CSS Codes

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

#dad675 Text Font Color

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

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


#dad675 Background Color

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

This div background color is #dad675


#dad675 Border Color

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

This div border color is #dad675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad675


Comments

No comments written yet.

Please login to write comment.