Color Hex Logo

#dae7bf Color Hex

#DAE7BF
(218,231,191)
0 Favorites   0 Comments

Color spaces of #dae7bf

RGB 218231191
HSL0.220.450.83
HSV80°17°91°
CMYK 0.060.000.17   0.09
XYZ66.893375.818860.3991
Yxy75.81880.32930.3733
Hunter Lab87.0740-15.249519.8251
CIE-Lab89.7751-11.175218.0397

#dae7bf color RGB value is (218,231,191).

#dae7bf hex color red value is 218, green value is 231 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #dae7bf hue: 0.22 , saturation: 0.45 and the lightness value of dae7bf is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100111 10111111
Octal 332 347 277
Decimal 218 231 191
Hex DA E7 BF

RGB Percentages of Color #dae7bf

%34.06
%36.09
%29.84

CMYK Percentages of Color #dae7bf

%6
%0
%17
%9

Triadic Colors of #dae7bf

#dae7bf #bfdae7 #e7bfda

Analogous Colors of #dae7bf

#dae7bf #c6e7bf #e7e0bf

Monochromatic Colors of #dae7bf

#dae7bf

Complementary Color

#dae7bf #ccbfe7

#dae7bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae7bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae7bf Color CSS Codes

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

#dae7bf Text Font Color

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

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


#dae7bf Background Color

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

This div background color is #dae7bf


#dae7bf Border Color

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

This div border color is #dae7bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae7bf


Comments

No comments written yet.

Please login to write comment.