Color Hex Logo

#dae0bc Color Hex

#DAE0BC
(218,224,188)
0 Favorites   0 Comments

Color spaces of #dae0bc

RGB 218224188
HSL0.190.370.81
HSV70°16°88°
CMYK 0.030.000.16   0.12
XYZ64.646271.847658.0377
Yxy71.84760.33230.3693
Hunter Lab84.7630-12.198518.7379
CIE-Lab87.8952-8.108816.9685

#dae0bc color RGB value is (218,224,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100000 10111100
Octal 332 340 274
Decimal 218 224 188
Hex DA E0 BC

RGB Percentages of Color #dae0bc

%34.60
%35.56
%29.84

CMYK Percentages of Color #dae0bc

%3
%0
%16
%12

Triadic Colors of #dae0bc

#dae0bc #bcdae0 #e0bcda

Analogous Colors of #dae0bc

#dae0bc #c8e0bc #e0d4bc

Monochromatic Colors of #dae0bc

#dae0bc

Complementary Color

#dae0bc #c2bce0

#dae0bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae0bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae0bc Color CSS Codes

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

#dae0bc Text Font Color

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

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


#dae0bc Background Color

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

This div background color is #dae0bc


#dae0bc Border Color

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

This div border color is #dae0bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae0bc


Comments

No comments written yet.

Please login to write comment.