Color Hex Logo

#daecbd Color Hex

#DAECBD
(218,236,189)
0 Favorites   0 Comments

Color spaces of #daecbd

RGB 218236189
HSL0.230.550.83
HSV83°20°93°
CMYK 0.080.000.20   0.07
XYZ68.094278.570559.7208
Yxy78.57050.32990.3807
Hunter Lab88.6400-17.994422.1016
CIE-Lab91.0396-13.979720.8373

#daecbd color RGB value is (218,236,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101100 10111101
Octal 332 354 275
Decimal 218 236 189
Hex DA EC BD

RGB Percentages of Color #daecbd

%33.90
%36.70
%29.39

CMYK Percentages of Color #daecbd

%8
%0
%20
%7

Triadic Colors of #daecbd

#daecbd #bddaec #ecbdda

Analogous Colors of #daecbd

#daecbd #c3ecbd #ece7bd

Monochromatic Colors of #daecbd

#daecbd

Complementary Color

#daecbd #cfbdec

#daecbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daecbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#daecbd Color CSS Codes

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

#daecbd Text Font Color

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

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


#daecbd Background Color

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

This div background color is #daecbd


#daecbd Border Color

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

This div border color is #daecbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daecbd


Comments

No comments written yet.

Please login to write comment.