Color Hex Logo

#daebbd Color Hex

#DAEBBD
(218,235,189)
0 Favorites   0 Comments

Color spaces of #daebbd

RGB 218235189
HSL0.230.530.83
HSV82°20°92°
CMYK 0.070.000.20   0.08
XYZ67.807177.996259.6251
Yxy77.99620.33010.3797
Hunter Lab88.3155-17.502821.7919
CIE-Lab90.7782-13.482520.4740

#daebbd color RGB value is (218,235,189).

#daebbd hex color red value is 218, green value is 235 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #daebbd hue: 0.23 , saturation: 0.53 and the lightness value of daebbd is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101011 10111101
Octal 332 353 275
Decimal 218 235 189
Hex DA EB BD

RGB Percentages of Color #daebbd

%33.96
%36.60
%29.44

CMYK Percentages of Color #daebbd

%7
%0
%20
%8

Triadic Colors of #daebbd

#daebbd #bddaeb #ebbdda

Analogous Colors of #daebbd

#daebbd #c3ebbd #ebe5bd

Monochromatic Colors of #daebbd

#daebbd

Complementary Color

#daebbd #cebdeb

#daebbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daebbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#daebbd Color CSS Codes

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

#daebbd Text Font Color

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

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


#daebbd Background Color

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

This div background color is #daebbd


#daebbd Border Color

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

This div border color is #daebbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daebbd


Comments

No comments written yet.

Please login to write comment.