Color Hex Logo

#dcd294 Color Hex

#DCD294
(220,210,148)
0 Favorites   0 Comments

Color spaces of #dcd294

RGB 220210148
HSL0.140.510.72
HSV52°33°86°
CMYK 0.000.050.33   0.14
XYZ57.907163.446937.2114
Yxy63.44690.36520.4001
Hunter Lab79.6536-9.626628.0592
CIE-Lab83.6770-5.770332.0263

#dcd294 color RGB value is (220,210,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010010 10010100
Octal 334 322 224
Decimal 220 210 148
Hex DC D2 94

RGB Percentages of Color #dcd294

%38.06
%36.33
%25.61

CMYK Percentages of Color #dcd294

%0
%5
%33
%14

Triadic Colors of #dcd294

#dcd294 #94dcd2 #d294dc

Analogous Colors of #dcd294

#dcd294 #c2dc94 #dcae94

Monochromatic Colors of #dcd294

#dcd294

Complementary Color

#dcd294 #949edc

#dcd294 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd294 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd294 Color CSS Codes

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

#dcd294 Text Font Color

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

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


#dcd294 Background Color

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

This div background color is #dcd294


#dcd294 Border Color

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

This div border color is #dcd294


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,210,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 #dcd294">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd294


Comments

No comments written yet.

Please login to write comment.