Color Hex Logo

#dae3bb Color Hex

#DAE3BB
(218,227,187)
0 Favorites   0 Comments

Color spaces of #dae3bb

RGB 218227187
HSL0.200.420.81
HSV74°18°89°
CMYK 0.040.000.18   0.11
XYZ65.352273.431557.7430
Yxy73.43150.33250.3736
Hunter Lab85.6922-13.830320.0324
CIE-Lab88.6531-9.780818.5502

#dae3bb color RGB value is (218,227,187).

#dae3bb hex color red value is 218, green value is 227 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #dae3bb hue: 0.20 , saturation: 0.42 and the lightness value of dae3bb is 0.81.

The process color (four color CMYK) of #dae3bb color hex is 0.04, 0.00, 0.18, 0.11. Web safe color of #dae3bb is #cccccc. Color #dae3bb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100011 10111011
Octal 332 343 273
Decimal 218 227 187
Hex DA E3 BB

RGB Percentages of Color #dae3bb

%34.49
%35.92
%29.59

CMYK Percentages of Color #dae3bb

%4
%0
%18
%11

Triadic Colors of #dae3bb

#dae3bb #bbdae3 #e3bbda

Analogous Colors of #dae3bb

#dae3bb #c6e3bb #e3d8bb

Monochromatic Colors of #dae3bb

#dae3bb

Complementary Color

#dae3bb #c4bbe3

#dae3bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae3bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae3bb Color CSS Codes

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

#dae3bb Text Font Color

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

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


#dae3bb Background Color

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

This div background color is #dae3bb


#dae3bb Border Color

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

This div border color is #dae3bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae3bb


Comments

No comments written yet.

Please login to write comment.