Color Hex Logo

#dae0bf Color Hex

#DAE0BF
(218,224,191)
0 Favorites   0 Comments

Color spaces of #dae0bf

RGB 218224191
HSL0.200.350.81
HSV71°15°88°
CMYK 0.030.000.15   0.12
XYZ64.973171.978359.7590
Yxy71.97830.33030.3659
Hunter Lab84.8400-11.769317.6258
CIE-Lab87.9581-7.640315.4895

#dae0bf color RGB value is (218,224,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100000 10111111
Octal 332 340 277
Decimal 218 224 191
Hex DA E0 BF

RGB Percentages of Color #dae0bf

%34.44
%35.39
%30.17

CMYK Percentages of Color #dae0bf

%3
%0
%15
%12

Triadic Colors of #dae0bf

#dae0bf #bfdae0 #e0bfda

Analogous Colors of #dae0bf

#dae0bf #cae0bf #e0d6bf

Monochromatic Colors of #dae0bf

#dae0bf

Complementary Color

#dae0bf #c5bfe0

#dae0bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae0bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae0bf Color CSS Codes

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

#dae0bf Text Font Color

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

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


#dae0bf Background Color

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

This div background color is #dae0bf


#dae0bf Border Color

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

This div border color is #dae0bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae0bf


Comments

No comments written yet.

Please login to write comment.