Color Hex Logo

#dccabe Color Hex

#DCCABE
(220,202,190)
0 Favorites   0 Comments

Color spaces of #dccabe

RGB 220202190
HSL0.070.300.80
HSV24°14°86°
CMYK 0.000.080.14   0.14
XYZ59.930061.174457.3644
Yxy61.17440.33580.3428
Hunter Lab78.2141-0.102511.2649
CIE-Lab82.47244.30118.2484

#dccabe color RGB value is (220,202,190).

#dccabe hex color red value is 220, green value is 202 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #dccabe hue: 0.07 , saturation: 0.30 and the lightness value of dccabe is 0.80.

The process color (four color CMYK) of #dccabe color hex is 0.00, 0.08, 0.14, 0.14. Web safe color of #dccabe is #cccccc. Color #dccabe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001010 10111110
Octal 334 312 276
Decimal 220 202 190
Hex DC CA BE

RGB Percentages of Color #dccabe

%35.95
%33.01
%31.05

CMYK Percentages of Color #dccabe

%0
%8
%14
%14

Triadic Colors of #dccabe

#dccabe #bedcca #cabedc

Analogous Colors of #dccabe

#dccabe #dcd9be #dcbec1

Monochromatic Colors of #dccabe

#dccabe

Complementary Color

#dccabe #bed0dc

#dccabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccabe Color CSS Codes

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

#dccabe Text Font Color

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

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


#dccabe Background Color

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

This div background color is #dccabe


#dccabe Border Color

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

This div border color is #dccabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccabe


Comments

No comments written yet.

Please login to write comment.