Color Hex Logo

#dcbaae Color Hex

#DCBAAE
(220,186,174)
0 Favorites   0 Comments

Color spaces of #dcbaae

RGB 220186174
HSL0.040.400.77
HSV16°21°86°
CMYK 0.000.150.21   0.14
XYZ54.714153.389447.4658
Yxy53.38940.35170.3432
Hunter Lab73.06815.793512.6322
CIE-Lab78.104310.311110.6008

#dcbaae color RGB value is (220,186,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111010 10101110
Octal 334 272 256
Decimal 220 186 174
Hex DC BA AE

RGB Percentages of Color #dcbaae

%37.93
%32.07
%30.00

CMYK Percentages of Color #dcbaae

%0
%15
%21
%14

Triadic Colors of #dcbaae

#dcbaae #aedcba #baaedc

Analogous Colors of #dcbaae

#dcbaae #dcd1ae #dcaeb9

Monochromatic Colors of #dcbaae

#dcbaae

Complementary Color

#dcbaae #aed0dc

#dcbaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbaae Color CSS Codes

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

#dcbaae Text Font Color

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

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


#dcbaae Background Color

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

This div background color is #dcbaae


#dcbaae Border Color

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

This div border color is #dcbaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbaae


Comments

No comments written yet.

Please login to write comment.