Color Hex Logo

#daebd5 Color Hex

#DAEBD5
(218,235,213)
0 Favorites   0 Comments

Color spaces of #daebd5

RGB 218235213
HSL0.300.350.88
HSV106°92°
CMYK 0.070.000.09   0.08
XYZ70.632079.126274.5010
Yxy79.12620.31500.3528
Hunter Lab88.9529-13.931812.6097
CIE-Lab91.2914-9.57458.7480

#daebd5 color RGB value is (218,235,213).

#daebd5 hex color red value is 218, green value is 235 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #daebd5 hue: 0.30 , saturation: 0.35 and the lightness value of daebd5 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101011 11010101
Octal 332 353 325
Decimal 218 235 213
Hex DA EB D5

RGB Percentages of Color #daebd5

%32.73
%35.29
%31.98

CMYK Percentages of Color #daebd5

%7
%0
%9
%8

Triadic Colors of #daebd5

#daebd5 #d5daeb #ebd5da

Analogous Colors of #daebd5

#daebd5 #d5ebdb #e5ebd5

Monochromatic Colors of #daebd5

#daebd5

Complementary Color

#daebd5 #e6d5eb

#daebd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daebd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daebd5 Color CSS Codes

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

#daebd5 Text Font Color

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

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


#daebd5 Background Color

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

This div background color is #daebd5


#daebd5 Border Color

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

This div border color is #daebd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daebd5


Comments

No comments written yet.

Please login to write comment.