Color Hex Logo

#dae8bb Color Hex

#DAE8BB
(218,232,187)
0 Favorites   0 Comments

Color spaces of #dae8bb

RGB 218232187
HSL0.220.490.82
HSV79°19°91°
CMYK 0.060.000.19   0.09
XYZ66.739776.206558.2055
Yxy76.20650.33180.3789
Hunter Lab87.2963-16.302021.5754
CIE-Lab89.9551-12.291720.3640

#dae8bb color RGB value is (218,232,187).

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

The process color (four color CMYK) of #dae8bb color hex is 0.06, 0.00, 0.19, 0.09. Web safe color of #dae8bb is #ccffcc. Color #dae8bb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101000 10111011
Octal 332 350 273
Decimal 218 232 187
Hex DA E8 BB

RGB Percentages of Color #dae8bb

%34.22
%36.42
%29.36

CMYK Percentages of Color #dae8bb

%6
%0
%19
%9

Triadic Colors of #dae8bb

#dae8bb #bbdae8 #e8bbda

Analogous Colors of #dae8bb

#dae8bb #c4e8bb #e8e0bb

Monochromatic Colors of #dae8bb

#dae8bb

Complementary Color

#dae8bb #c9bbe8

#dae8bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae8bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae8bb Color CSS Codes

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

#dae8bb Text Font Color

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

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


#dae8bb Background Color

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

This div background color is #dae8bb


#dae8bb Border Color

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

This div border color is #dae8bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae8bb


Comments

No comments written yet.

Please login to write comment.