Color Hex Logo

#dcadae Color Hex

#DCADAE
(220,173,174)
0 Favorites   0 Comments

Color spaces of #dcadae

RGB 220173174
HSL1.000.400.77
HSV359°21°86°
CMYK 0.000.210.21   0.14
XYZ52.098848.158846.5941
Yxy48.15880.35480.3279
Hunter Lab69.396512.56328.7692
CIE-Lab74.925017.27966.0532

#dcadae color RGB value is (220,173,174).

#dcadae hex color red value is 220, green value is 173 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #dcadae hue: 1.00 , saturation: 0.40 and the lightness value of dcadae is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101101 10101110
Octal 334 255 256
Decimal 220 173 174
Hex DC AD AE

RGB Percentages of Color #dcadae

%38.80
%30.51
%30.69

CMYK Percentages of Color #dcadae

%0
%21
%21
%14

Triadic Colors of #dcadae

#dcadae #aedcad #adaedc

Analogous Colors of #dcadae

#dcadae #dcc4ad #dcadc6

Monochromatic Colors of #dcadae

#dcadae

Complementary Color

#dcadae #addcdb

#dcadae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcadae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcadae Color CSS Codes

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

#dcadae Text Font Color

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

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


#dcadae Background Color

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

This div background color is #dcadae


#dcadae Border Color

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

This div border color is #dcadae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcadae


Comments

No comments written yet.

Please login to write comment.