Color Hex Logo

#dae0b7 Color Hex

#DAE0B7
(218,224,183)
0 Favorites   0 Comments

Color spaces of #dae0b7

RGB 218224183
HSL0.190.400.80
HSV69°18°88°
CMYK 0.030.000.18   0.12
XYZ64.116371.635655.2475
Yxy71.63560.33570.3751
Hunter Lab84.6378-12.895820.5448
CIE-Lab87.7929-8.872619.4336

#dae0b7 color RGB value is (218,224,183).

#dae0b7 hex color red value is 218, green value is 224 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #dae0b7 hue: 0.19 , saturation: 0.40 and the lightness value of dae0b7 is 0.80.

The process color (four color CMYK) of #dae0b7 color hex is 0.03, 0.00, 0.18, 0.12. Web safe color of #dae0b7 is #cccccc. Color #dae0b7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100000 10110111
Octal 332 340 267
Decimal 218 224 183
Hex DA E0 B7

RGB Percentages of Color #dae0b7

%34.88
%35.84
%29.28

CMYK Percentages of Color #dae0b7

%3
%0
%18
%12

Triadic Colors of #dae0b7

#dae0b7 #b7dae0 #e0b7da

Analogous Colors of #dae0b7

#dae0b7 #c6e0b7 #e0d2b7

Monochromatic Colors of #dae0b7

#dae0b7

Complementary Color

#dae0b7 #bdb7e0

#dae0b7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae0b7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae0b7 Color CSS Codes

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

#dae0b7 Text Font Color

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

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


#dae0b7 Background Color

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

This div background color is #dae0b7


#dae0b7 Border Color

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

This div border color is #dae0b7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae0b7


Comments

No comments written yet.

Please login to write comment.