Color Hex Logo

#daccc4 Color Hex

#DACCC4
(218,204,196)
1 Favorites   0 Comments

Color spaces of #daccc4

RGB 218204196
HSL0.060.230.81
HSV22°10°85°
CMYK 0.000.060.10   0.15
XYZ60.470162.076761.0194
Yxy62.07670.32940.3382
Hunter Lab78.7888-0.88229.2339
CIE-Lab82.95423.50865.7188

#daccc4 color RGB value is (218,204,196).

#daccc4 hex color red value is 218, green value is 204 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #daccc4 hue: 0.06 , saturation: 0.23 and the lightness value of daccc4 is 0.81.

The process color (four color CMYK) of #daccc4 color hex is 0.00, 0.06, 0.10, 0.15. Web safe color of #daccc4 is #cccccc. Color #daccc4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001100 11000100
Octal 332 314 304
Decimal 218 204 196
Hex DA CC C4

RGB Percentages of Color #daccc4

%35.28
%33.01
%31.72

CMYK Percentages of Color #daccc4

%0
%6
%10
%15

Triadic Colors of #daccc4

#daccc4 #c4dacc #ccc4da

Analogous Colors of #daccc4

#daccc4 #dad7c4 #dac4c7

Monochromatic Colors of #daccc4

#daccc4

Complementary Color

#daccc4 #c4d2da

#daccc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daccc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daccc4 Color CSS Codes

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

#daccc4 Text Font Color

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

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


#daccc4 Background Color

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

This div background color is #daccc4


#daccc4 Border Color

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

This div border color is #daccc4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,204,196, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daccc4


Comments

No comments written yet.

Please login to write comment.