Color Hex Logo

#dcda90 Color Hex

#DCDA90
(220,218,144)
0 Favorites   0 Comments

Color spaces of #dcda90

RGB 220218144
HSL0.160.520.71
HSV58°35°86°
CMYK 0.000.010.35   0.14
XYZ59.620667.372136.2473
Yxy67.37210.36520.4127
Hunter Lab82.0805-13.984331.2735
CIE-Lab85.6915-10.313436.7179

#dcda90 color RGB value is (220,218,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011010 10010000
Octal 334 332 220
Decimal 220 218 144
Hex DC DA 90

RGB Percentages of Color #dcda90

%37.80
%37.46
%24.74

CMYK Percentages of Color #dcda90

%0
%1
%35
%14

Triadic Colors of #dcda90

#dcda90 #90dcda #da90dc

Analogous Colors of #dcda90

#dcda90 #b8dc90 #dcb490

Monochromatic Colors of #dcda90

#dcda90

Complementary Color

#dcda90 #9092dc

#dcda90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcda90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcda90 Color CSS Codes

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

#dcda90 Text Font Color

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

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


#dcda90 Background Color

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

This div background color is #dcda90


#dcda90 Border Color

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

This div border color is #dcda90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcda90


Comments

No comments written yet.

Please login to write comment.