Color Hex Logo

#daebc0 Color Hex

#DAEBC0
(218,235,192)
0 Favorites   0 Comments

Color spaces of #daebc0

RGB 218235192
HSL0.230.520.84
HSV84°18°92°
CMYK 0.070.000.18   0.08
XYZ68.136278.127961.3582
Yxy78.12790.32820.3763
Hunter Lab88.3900-17.084220.7153
CIE-Lab90.8382-13.019819.0074

#daebc0 color RGB value is (218,235,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101011 11000000
Octal 332 353 300
Decimal 218 235 192
Hex DA EB C0

RGB Percentages of Color #daebc0

%33.80
%36.43
%29.77

CMYK Percentages of Color #daebc0

%7
%0
%18
%8

Triadic Colors of #daebc0

#daebc0 #c0daeb #ebc0da

Analogous Colors of #daebc0

#daebc0 #c5ebc0 #ebe7c0

Monochromatic Colors of #daebc0

#daebc0

Complementary Color

#daebc0 #d1c0eb

#daebc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daebc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daebc0 Color CSS Codes

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

#daebc0 Text Font Color

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

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


#daebc0 Background Color

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

This div background color is #daebc0


#daebc0 Border Color

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

This div border color is #daebc0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,235,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 #daebc0">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daebc0


Comments

No comments written yet.

Please login to write comment.