Color Hex Logo

#dcda95 Color Hex

#DCDA95
(220,218,149)
0 Favorites   0 Comments

Color spaces of #dcda95

RGB 220218149
HSL0.160.500.72
HSV58°32°86°
CMYK 0.000.010.32   0.14
XYZ60.011467.528438.3051
Yxy67.52840.36190.4072
Hunter Lab82.1757-13.452129.8857
CIE-Lab85.7701-9.719034.2784

#dcda95 color RGB value is (220,218,149).

#dcda95 hex color red value is 220, green value is 218 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #dcda95 hue: 0.16 , saturation: 0.50 and the lightness value of dcda95 is 0.72.

The process color (four color CMYK) of #dcda95 color hex is 0.00, 0.01, 0.32, 0.14. Web safe color of #dcda95 is #cccc99. Color #dcda95 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011010 10010101
Octal 334 332 225
Decimal 220 218 149
Hex DC DA 95

RGB Percentages of Color #dcda95

%37.48
%37.14
%25.38

CMYK Percentages of Color #dcda95

%0
%1
%32
%14

Triadic Colors of #dcda95

#dcda95 #95dcda #da95dc

Analogous Colors of #dcda95

#dcda95 #bbdc95 #dcb795

Monochromatic Colors of #dcda95

#dcda95

Complementary Color

#dcda95 #9597dc

#dcda95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcda95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcda95 Color CSS Codes

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

#dcda95 Text Font Color

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

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


#dcda95 Background Color

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

This div background color is #dcda95


#dcda95 Border Color

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

This div border color is #dcda95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcda95


Comments

No comments written yet.

Please login to write comment.