Color Hex Logo

#daedcb Color Hex

#DAEDCB
(218,237,203)
0 Favorites   0 Comments

Color spaces of #daedcb

RGB 218237203
HSL0.260.490.86
HSV94°14°93°
CMYK 0.080.000.14   0.07
XYZ69.977179.785668.2119
Yxy79.78560.32100.3660
Hunter Lab89.3228-16.474717.2488
CIE-Lab91.5886-12.259714.3660

#daedcb color RGB value is (218,237,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101101 11001011
Octal 332 355 313
Decimal 218 237 203
Hex DA ED CB

RGB Percentages of Color #daedcb

%33.13
%36.02
%30.85

CMYK Percentages of Color #daedcb

%8
%0
%14
%7

Triadic Colors of #daedcb

#daedcb #cbdaed #edcbda

Analogous Colors of #daedcb

#daedcb #cbedcd #ebedcb

Monochromatic Colors of #daedcb

#daedcb

Complementary Color

#daedcb #decbed

#daedcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daedcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#daedcb Color CSS Codes

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

#daedcb Text Font Color

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

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


#daedcb Background Color

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

This div background color is #daedcb


#daedcb Border Color

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

This div border color is #daedcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daedcb


Comments

No comments written yet.

Please login to write comment.