Color Hex Logo

#daecc0 Color Hex

#DAECC0
(218,236,192)
0 Favorites   0 Comments

Color spaces of #daecc0

RGB 218236192
HSL0.230.540.84
HSV85°19°93°
CMYK 0.080.000.19   0.07
XYZ68.423378.702161.4539
Yxy78.70210.32800.3773
Hunter Lab88.7142-17.576821.0287
CIE-Lab91.0993-13.517619.3717

#daecc0 color RGB value is (218,236,192).

#daecc0 hex color red value is 218, green value is 236 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #daecc0 hue: 0.23 , saturation: 0.54 and the lightness value of daecc0 is 0.84.

The process color (four color CMYK) of #daecc0 color hex is 0.08, 0.00, 0.19, 0.07. Web safe color of #daecc0 is #ccffcc. Color #daecc0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101100 11000000
Octal 332 354 300
Decimal 218 236 192
Hex DA EC C0

RGB Percentages of Color #daecc0

%33.75
%36.53
%29.72

CMYK Percentages of Color #daecc0

%8
%0
%19
%7

Triadic Colors of #daecc0

#daecc0 #c0daec #ecc0da

Analogous Colors of #daecc0

#daecc0 #c4ecc0 #ece8c0

Monochromatic Colors of #daecc0

#daecc0

Complementary Color

#daecc0 #d2c0ec

#daecc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daecc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daecc0 Color CSS Codes

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

#daecc0 Text Font Color

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

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


#daecc0 Background Color

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

This div background color is #daecc0


#daecc0 Border Color

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

This div border color is #daecc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daecc0


Comments

No comments written yet.

Please login to write comment.