Color Hex Logo

#dcceaf Color Hex

#DCCEAF
(220,206,175)
0 Favorites   0 Comments

Color spaces of #dcceaf

RGB 220206175
HSL0.110.390.77
HSV41°20°86°
CMYK 0.000.060.20   0.14
XYZ59.324462.453449.4854
Yxy62.45340.34640.3647
Hunter Lab79.0275-4.301518.1930
CIE-Lab83.1539-0.085717.1860

#dcceaf color RGB value is (220,206,175).

#dcceaf hex color red value is 220, green value is 206 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #dcceaf hue: 0.11 , saturation: 0.39 and the lightness value of dcceaf is 0.77.

The process color (four color CMYK) of #dcceaf color hex is 0.00, 0.06, 0.20, 0.14. Web safe color of #dcceaf is #cccc99. Color #dcceaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001110 10101111
Octal 334 316 257
Decimal 220 206 175
Hex DC CE AF

RGB Percentages of Color #dcceaf

%36.61
%34.28
%29.12

CMYK Percentages of Color #dcceaf

%0
%6
%20
%14

Triadic Colors of #dcceaf

#dcceaf #afdcce #ceafdc

Analogous Colors of #dcceaf

#dcceaf #d4dcaf #dcb8af

Monochromatic Colors of #dcceaf

#dcceaf

Complementary Color

#dcceaf #afbddc

#dcceaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcceaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcceaf Color CSS Codes

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

#dcceaf Text Font Color

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

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


#dcceaf Background Color

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

This div background color is #dcceaf


#dcceaf Border Color

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

This div border color is #dcceaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcceaf


Comments

No comments written yet.

Please login to write comment.