Color Hex Logo

#dcdabe Color Hex

#DCDABE
(220,218,190)
0 Favorites   0 Comments

Color spaces of #dcdabe

RGB 220218190
HSL0.160.300.80
HSV56°14°86°
CMYK 0.000.010.14   0.14
XYZ63.880969.076258.6813
Yxy69.07620.33330.3605
Hunter Lab83.1121-8.249016.3168
CIE-Lab86.5418-4.017214.0378

#dcdabe color RGB value is (220,218,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011010 10111110
Octal 334 332 276
Decimal 220 218 190
Hex DC DA BE

RGB Percentages of Color #dcdabe

%35.03
%34.71
%30.25

CMYK Percentages of Color #dcdabe

%0
%1
%14
%14

Triadic Colors of #dcdabe

#dcdabe #bedcda #dabedc

Analogous Colors of #dcdabe

#dcdabe #cfdcbe #dccbbe

Monochromatic Colors of #dcdabe

#dcdabe

Complementary Color

#dcdabe #bec0dc

#dcdabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdabe Color CSS Codes

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

#dcdabe Text Font Color

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

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


#dcdabe Background Color

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

This div background color is #dcdabe


#dcdabe Border Color

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

This div border color is #dcdabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdabe


Comments

No comments written yet.

Please login to write comment.