Color Hex Logo

#dcd694 Color Hex

#DCD694
(220,214,148)
0 Favorites   0 Comments

Color spaces of #dcd694

RGB 220214148
HSL0.150.510.72
HSV55°33°86°
CMYK 0.000.030.33   0.14
XYZ58.907165.446937.5448
Yxy65.44690.36390.4042
Hunter Lab80.8993-11.598329.1134
CIE-Lab84.7135-7.812133.3971

#dcd694 color RGB value is (220,214,148).

#dcd694 hex color red value is 220, green value is 214 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #dcd694 hue: 0.15 , saturation: 0.51 and the lightness value of dcd694 is 0.72.

The process color (four color CMYK) of #dcd694 color hex is 0.00, 0.03, 0.33, 0.14. Web safe color of #dcd694 is #cccc99. Color #dcd694 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010110 10010100
Octal 334 326 224
Decimal 220 214 148
Hex DC D6 94

RGB Percentages of Color #dcd694

%37.80
%36.77
%25.43

CMYK Percentages of Color #dcd694

%0
%3
%33
%14

Triadic Colors of #dcd694

#dcd694 #94dcd6 #d694dc

Analogous Colors of #dcd694

#dcd694 #bedc94 #dcb294

Monochromatic Colors of #dcd694

#dcd694

Complementary Color

#dcd694 #949adc

#dcd694 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd694 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd694 Color CSS Codes

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

#dcd694 Text Font Color

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

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


#dcd694 Background Color

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

This div background color is #dcd694


#dcd694 Border Color

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

This div border color is #dcd694


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd694

#dcd694 Color Palettes


Comments

No comments written yet.

Please login to write comment.