Color Hex Logo

#daebdb Color Hex

#DAEBDB
(218,235,219)
0 Favorites   0 Comments

Color spaces of #daebdb

RGB 218235219
HSL0.340.300.89
HSV124°92°
CMYK 0.070.000.07   0.08
XYZ71.408079.436678.5870
Yxy79.43660.31120.3462
Hunter Lab89.1272-12.959910.1107
CIE-Lab91.4315-8.52605.8248

#daebdb color RGB value is (218,235,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101011 11011011
Octal 332 353 333
Decimal 218 235 219
Hex DA EB DB

RGB Percentages of Color #daebdb

%32.44
%34.97
%32.59

CMYK Percentages of Color #daebdb

%7
%0
%7
%8

Triadic Colors of #daebdb

#daebdb #dbdaeb #ebdbda

Analogous Colors of #daebdb

#daebdb #daebe4 #e2ebda

Monochromatic Colors of #daebdb

#daebdb

Complementary Color

#daebdb #ebdaea

#daebdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daebdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#daebdb Color CSS Codes

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

#daebdb Text Font Color

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

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


#daebdb Background Color

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

This div background color is #daebdb


#daebdb Border Color

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

This div border color is #daebdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daebdb


Comments

No comments written yet.

Please login to write comment.