Color Hex Logo

#dae9ba Color Hex

#DAE9BA
(218,233,186)
0 Favorites   0 Comments

Color spaces of #dae9ba

RGB 218233186
HSL0.220.520.82
HSV79°20°91°
CMYK 0.060.000.20   0.09
XYZ66.915376.728457.7376
Yxy76.72840.33230.3810
Hunter Lab87.5947-16.931322.2356
CIE-Lab90.1965-12.942421.2162

#dae9ba color RGB value is (218,233,186).

#dae9ba hex color red value is 218, green value is 233 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #dae9ba hue: 0.22 , saturation: 0.52 and the lightness value of dae9ba is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101001 10111010
Octal 332 351 272
Decimal 218 233 186
Hex DA E9 BA

RGB Percentages of Color #dae9ba

%34.22
%36.58
%29.20

CMYK Percentages of Color #dae9ba

%6
%0
%20
%9

Triadic Colors of #dae9ba

#dae9ba #badae9 #e9bada

Analogous Colors of #dae9ba

#dae9ba #c3e9ba #e9e1ba

Monochromatic Colors of #dae9ba

#dae9ba

Complementary Color

#dae9ba #c9bae9

#dae9ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae9ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae9ba Color CSS Codes

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

#dae9ba Text Font Color

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

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


#dae9ba Background Color

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

This div background color is #dae9ba


#dae9ba Border Color

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

This div border color is #dae9ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae9ba


Comments

No comments written yet.

Please login to write comment.