Color Hex Logo

#daecb1 Color Hex

#DAECB1
(218,236,177)
0 Favorites   0 Comments

Color spaces of #daecb1

RGB 218236177
HSL0.220.610.81
HSV78°25°93°
CMYK 0.080.000.25   0.07
XYZ66.844778.070753.1410
Yxy78.07070.33750.3942
Hunter Lab88.3576-19.586226.1915
CIE-Lab90.8122-15.752826.6930

#daecb1 color RGB value is (218,236,177).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101100 10110001
Octal 332 354 261
Decimal 218 236 177
Hex DA EC B1

RGB Percentages of Color #daecb1

%34.55
%37.40
%28.05

CMYK Percentages of Color #daecb1

%8
%0
%25
%7

Triadic Colors of #daecb1

#daecb1 #b1daec #ecb1da

Analogous Colors of #daecb1

#daecb1 #bdecb1 #ece1b1

Monochromatic Colors of #daecb1

#daecb1

Complementary Color

#daecb1 #c3b1ec

#daecb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daecb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daecb1 Color CSS Codes

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

#daecb1 Text Font Color

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

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


#daecb1 Background Color

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

This div background color is #daecb1


#daecb1 Border Color

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

This div border color is #daecb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daecb1

#daecb1 Color Palettes


Comments

No comments written yet.

Please login to write comment.