Color Hex Logo

#daebda Color Hex

#DAEBDA
(218,235,218)
0 Favorites   0 Comments

Color spaces of #daebda

RGB 218235218
HSL0.330.300.89
HSV120°92°
CMYK 0.070.000.07   0.08
XYZ71.276779.384077.8956
Yxy79.38400.31190.3473
Hunter Lab89.0977-13.123910.5328
CIE-Lab91.4078-8.70256.3116

#daebda color RGB value is (218,235,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101011 11011010
Octal 332 353 332
Decimal 218 235 218
Hex DA EB DA

RGB Percentages of Color #daebda

%32.49
%35.02
%32.49

CMYK Percentages of Color #daebda

%7
%0
%7
%8

Triadic Colors of #daebda

#daebda #dadaeb #ebdada

Analogous Colors of #daebda

#daebda #daebe3 #e3ebda

Monochromatic Colors of #daebda

#daebda

Complementary Color

#daebda #ebdaeb

#daebda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daebda Color Preview on White Background

Lorem ipsum dolor sit amet.

#daebda Color CSS Codes

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

#daebda Text Font Color

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

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


#daebda Background Color

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

This div background color is #daebda


#daebda Border Color

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

This div border color is #daebda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daebda


Comments

No comments written yet.

Please login to write comment.