Color Hex Logo

#daedce Color Hex

#DAEDCE
(218,237,206)
0 Favorites   0 Comments

Color spaces of #daedce

RGB 218237206
HSL0.270.460.87
HSV97°13°93°
CMYK 0.080.000.13   0.07
XYZ70.338279.930070.1133
Yxy79.93000.31920.3627
Hunter Lab89.4036-16.021516.0853
CIE-Lab91.6534-11.764012.9023

#daedce color RGB value is (218,237,206).

#daedce hex color red value is 218, green value is 237 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #daedce hue: 0.27 , saturation: 0.46 and the lightness value of daedce is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101101 11001110
Octal 332 355 316
Decimal 218 237 206
Hex DA ED CE

RGB Percentages of Color #daedce

%32.98
%35.85
%31.16

CMYK Percentages of Color #daedce

%8
%0
%13
%7

Triadic Colors of #daedce

#daedce #cedaed #edceda

Analogous Colors of #daedce

#daedce #ceedd2 #eaedce

Monochromatic Colors of #daedce

#daedce

Complementary Color

#daedce #e1ceed

#daedce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daedce Color Preview on White Background

Lorem ipsum dolor sit amet.

#daedce Color CSS Codes

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

#daedce Text Font Color

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

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


#daedce Background Color

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

This div background color is #daedce


#daedce Border Color

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

This div border color is #daedce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daedce

#daedce Color Palettes


Comments

No comments written yet.

Please login to write comment.