Color Hex Logo

#daeddb Color Hex

#DAEDDB
(218,237,219)
0 Favorites   0 Comments

Color spaces of #daeddb

RGB 218237219
HSL0.340.350.89
HSV123°93°
CMYK 0.080.000.08   0.07
XYZ71.983880.588378.7790
Yxy80.58830.31110.3483
Hunter Lab89.7710-13.967110.8094
CIE-Lab91.9482-9.53476.5697

#daeddb color RGB value is (218,237,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101101 11011011
Octal 332 355 333
Decimal 218 237 219
Hex DA ED DB

RGB Percentages of Color #daeddb

%32.34
%35.16
%32.49

CMYK Percentages of Color #daeddb

%8
%0
%8
%7

Triadic Colors of #daeddb

#daeddb #dbdaed #eddbda

Analogous Colors of #daeddb

#daeddb #daede5 #e3edda

Monochromatic Colors of #daeddb

#daeddb

Complementary Color

#daeddb #eddaec

#daeddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daeddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#daeddb Color CSS Codes

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

#daeddb Text Font Color

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

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


#daeddb Background Color

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

This div background color is #daeddb


#daeddb Border Color

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

This div border color is #daeddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daeddb

#daeddb Color Palettes


Comments

No comments written yet.

Please login to write comment.