Color Hex Logo

#dae0be Color Hex

#DAE0BE
(218,224,190)
0 Favorites   0 Comments

Color spaces of #dae0be

RGB 218224190
HSL0.200.350.81
HSV71°15°88°
CMYK 0.030.000.15   0.12
XYZ64.863471.934459.1813
Yxy71.93440.33100.3671
Hunter Lab84.8141-11.913117.9988
CIE-Lab87.9370-7.797215.9824

#dae0be color RGB value is (218,224,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100000 10111110
Octal 332 340 276
Decimal 218 224 190
Hex DA E0 BE

RGB Percentages of Color #dae0be

%34.49
%35.44
%30.06

CMYK Percentages of Color #dae0be

%3
%0
%15
%12

Triadic Colors of #dae0be

#dae0be #bedae0 #e0beda

Analogous Colors of #dae0be

#dae0be #c9e0be #e0d5be

Monochromatic Colors of #dae0be

#dae0be

Complementary Color

#dae0be #c4bee0

#dae0be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae0be Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae0be Color CSS Codes

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

#dae0be Text Font Color

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

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


#dae0be Background Color

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

This div background color is #dae0be


#dae0be Border Color

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

This div border color is #dae0be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae0be

#dae0be Color Palettes


Comments

No comments written yet.

Please login to write comment.