Color Hex Logo

#daecb6 Color Hex

#DAECB6
(218,236,182)
0 Favorites   0 Comments

Color spaces of #daecb6

RGB 218236182
HSL0.220.590.82
HSV80°23°93°
CMYK 0.080.000.23   0.07
XYZ67.352478.273755.8145
Yxy78.27370.33440.3886
Hunter Lab88.4724-18.938024.5265
CIE-Lab90.9047-15.028624.2549

#daecb6 color RGB value is (218,236,182).

#daecb6 hex color red value is 218, green value is 236 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #daecb6 hue: 0.22 , saturation: 0.59 and the lightness value of daecb6 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101100 10110110
Octal 332 354 266
Decimal 218 236 182
Hex DA EC B6

RGB Percentages of Color #daecb6

%34.28
%37.11
%28.62

CMYK Percentages of Color #daecb6

%8
%0
%23
%7

Triadic Colors of #daecb6

#daecb6 #b6daec #ecb6da

Analogous Colors of #daecb6

#daecb6 #bfecb6 #ece3b6

Monochromatic Colors of #daecb6

#daecb6

Complementary Color

#daecb6 #c8b6ec

#daecb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daecb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daecb6 Color CSS Codes

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

#daecb6 Text Font Color

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

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


#daecb6 Background Color

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

This div background color is #daecb6


#daecb6 Border Color

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

This div border color is #daecb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daecb6


Comments

No comments written yet.

Please login to write comment.