Color Hex Logo

#daecc8 Color Hex

#DAECC8
(218,236,200)
0 Favorites   0 Comments

Color spaces of #daecc8

RGB 218236200
HSL0.250.490.85
HSV90°15°93°
CMYK 0.080.000.15   0.07
XYZ69.334279.066566.2506
Yxy79.06650.32300.3683
Hunter Lab88.9193-16.424818.0687
CIE-Lab91.2644-12.249215.4632

#daecc8 color RGB value is (218,236,200).

#daecc8 hex color red value is 218, green value is 236 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #daecc8 hue: 0.25 , saturation: 0.49 and the lightness value of daecc8 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101100 11001000
Octal 332 354 310
Decimal 218 236 200
Hex DA EC C8

RGB Percentages of Color #daecc8

%33.33
%36.09
%30.58

CMYK Percentages of Color #daecc8

%8
%0
%15
%7

Triadic Colors of #daecc8

#daecc8 #c8daec #ecc8da

Analogous Colors of #daecc8

#daecc8 #c8ecc8 #ececc8

Monochromatic Colors of #daecc8

#daecc8

Complementary Color

#daecc8 #dac8ec

#daecc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daecc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daecc8 Color CSS Codes

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

#daecc8 Text Font Color

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

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


#daecc8 Background Color

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

This div background color is #daecc8


#daecc8 Border Color

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

This div border color is #daecc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daecc8


Comments

No comments written yet.

Please login to write comment.