Color Hex Logo

#dae5bf Color Hex

#DAE5BF
(218,229,191)
0 Favorites   0 Comments

Color spaces of #dae5bf

RGB 218229191
HSL0.210.420.82
HSV77°17°90°
CMYK 0.050.000.17   0.10
XYZ66.336774.705660.2135
Yxy74.70560.32960.3712
Hunter Lab86.4324-14.258319.1981
CIE-Lab89.2549-10.169817.3112

#dae5bf color RGB value is (218,229,191).

#dae5bf hex color red value is 218, green value is 229 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #dae5bf hue: 0.21 , saturation: 0.42 and the lightness value of dae5bf is 0.82.

The process color (four color CMYK) of #dae5bf color hex is 0.05, 0.00, 0.17, 0.10. Web safe color of #dae5bf is #cccccc. Color #dae5bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100101 10111111
Octal 332 345 277
Decimal 218 229 191
Hex DA E5 BF

RGB Percentages of Color #dae5bf

%34.17
%35.89
%29.94

CMYK Percentages of Color #dae5bf

%5
%0
%17
%10

Triadic Colors of #dae5bf

#dae5bf #bfdae5 #e5bfda

Analogous Colors of #dae5bf

#dae5bf #c7e5bf #e5ddbf

Monochromatic Colors of #dae5bf

#dae5bf

Complementary Color

#dae5bf #cabfe5

#dae5bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae5bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae5bf Color CSS Codes

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

#dae5bf Text Font Color

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

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


#dae5bf Background Color

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

This div background color is #dae5bf


#dae5bf Border Color

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

This div border color is #dae5bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae5bf


Comments

No comments written yet.

Please login to write comment.