Color Hex Logo

#daebce Color Hex

#DAEBCE
(218,235,206)
0 Favorites   0 Comments

Color spaces of #daebce

RGB 218235206
HSL0.260.420.86
HSV95°12°92°
CMYK 0.070.000.12   0.08
XYZ69.762478.778369.9214
Yxy78.77830.31930.3606
Hunter Lab88.7571-15.025415.4223
CIE-Lab91.1339-10.762012.1642

#daebce color RGB value is (218,235,206).

#daebce hex color red value is 218, green value is 235 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #daebce hue: 0.26 , saturation: 0.42 and the lightness value of daebce is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101011 11001110
Octal 332 353 316
Decimal 218 235 206
Hex DA EB CE

RGB Percentages of Color #daebce

%33.08
%35.66
%31.26

CMYK Percentages of Color #daebce

%7
%0
%12
%8

Triadic Colors of #daebce

#daebce #cedaeb #ebceda

Analogous Colors of #daebce

#daebce #ceebd1 #e9ebce

Monochromatic Colors of #daebce

#daebce

Complementary Color

#daebce #dfceeb

#daebce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daebce Color Preview on White Background

Lorem ipsum dolor sit amet.

#daebce Color CSS Codes

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

#daebce Text Font Color

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

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


#daebce Background Color

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

This div background color is #daebce


#daebce Border Color

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

This div border color is #daebce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daebce


Comments

No comments written yet.

Please login to write comment.