Color Hex Logo

#daebc2 Color Hex

#DAEBC2
(218,235,194)
0 Favorites   0 Comments

Color spaces of #daebc2

RGB 218235194
HSL0.240.510.84
HSV85°17°92°
CMYK 0.070.000.17   0.08
XYZ68.359478.217162.5334
Yxy78.21710.32690.3740
Hunter Lab88.4404-16.800519.9862
CIE-Lab90.8789-12.706918.0294

#daebc2 color RGB value is (218,235,194).

#daebc2 hex color red value is 218, green value is 235 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #daebc2 hue: 0.24 , saturation: 0.51 and the lightness value of daebc2 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101011 11000010
Octal 332 353 302
Decimal 218 235 194
Hex DA EB C2

RGB Percentages of Color #daebc2

%33.69
%36.32
%29.98

CMYK Percentages of Color #daebc2

%7
%0
%17
%8

Triadic Colors of #daebc2

#daebc2 #c2daeb #ebc2da

Analogous Colors of #daebc2

#daebc2 #c6ebc2 #ebe8c2

Monochromatic Colors of #daebc2

#daebc2

Complementary Color

#daebc2 #d3c2eb

#daebc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daebc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daebc2 Color CSS Codes

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

#daebc2 Text Font Color

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

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


#daebc2 Background Color

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

This div background color is #daebc2


#daebc2 Border Color

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

This div border color is #daebc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daebc2


Comments

No comments written yet.

Please login to write comment.