Color Hex Logo

#dcada5 Color Hex

#DCADA5
(220,173,165)
0 Favorites   0 Comments

Color spaces of #dcada5

RGB 220173165
HSL0.020.440.75
HSV25°86°
CMYK 0.000.210.25   0.14
XYZ51.250347.819442.1262
Yxy47.81940.36300.3387
Hunter Lab69.151611.276412.2874
CIE-Lab74.710915.968910.6641

#dcada5 color RGB value is (220,173,165).

#dcada5 hex color red value is 220, green value is 173 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #dcada5 hue: 0.02 , saturation: 0.44 and the lightness value of dcada5 is 0.75.

The process color (four color CMYK) of #dcada5 color hex is 0.00, 0.21, 0.25, 0.14. Web safe color of #dcada5 is #cc9999. Color #dcada5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101101 10100101
Octal 334 255 245
Decimal 220 173 165
Hex DC AD A5

RGB Percentages of Color #dcada5

%39.43
%31.00
%29.57

CMYK Percentages of Color #dcada5

%0
%21
%25
%14

Triadic Colors of #dcada5

#dcada5 #a5dcad #ada5dc

Analogous Colors of #dcada5

#dcada5 #dcc9a5 #dca5b9

Monochromatic Colors of #dcada5

#dcada5

Complementary Color

#dcada5 #a5d4dc

#dcada5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcada5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcada5 Color CSS Codes

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

#dcada5 Text Font Color

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

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


#dcada5 Background Color

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

This div background color is #dcada5


#dcada5 Border Color

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

This div border color is #dcada5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcada5


Comments

No comments written yet.

Please login to write comment.