Color Hex Logo

#dae894 Color Hex

#DAE894
(218,232,148)
0 Favorites   0 Comments

Color spaces of #dae894

RGB 218232148
HSL0.190.650.75
HSV70°36°91°
CMYK 0.060.000.36   0.09
XYZ63.115474.756839.1199
Yxy74.75680.35660.4224
Hunter Lab86.4620-21.007433.6975
CIE-Lab89.2790-17.571939.3341

#dae894 color RGB value is (218,232,148).

#dae894 hex color red value is 218, green value is 232 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #dae894 hue: 0.19 , saturation: 0.65 and the lightness value of dae894 is 0.75.

The process color (four color CMYK) of #dae894 color hex is 0.06, 0.00, 0.36, 0.09. Web safe color of #dae894 is #ccff99. Color #dae894 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101000 10010100
Octal 332 350 224
Decimal 218 232 148
Hex DA E8 94

RGB Percentages of Color #dae894

%36.45
%38.80
%24.75

CMYK Percentages of Color #dae894

%6
%0
%36
%9

Triadic Colors of #dae894

#dae894 #94dae8 #e894da

Analogous Colors of #dae894

#dae894 #b0e894 #e8cc94

Monochromatic Colors of #dae894

#dae894

Complementary Color

#dae894 #a294e8

#dae894 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae894 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae894 Color CSS Codes

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

#dae894 Text Font Color

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

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


#dae894 Background Color

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

This div background color is #dae894


#dae894 Border Color

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

This div border color is #dae894


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae894


Comments

No comments written yet.

Please login to write comment.