Color Hex Logo

#dae98d Color Hex

#DAE98D
(218,233,141)
0 Favorites   0 Comments

Color spaces of #dae98d

RGB 218233141
HSL0.190.680.73
HSV70°39°91°
CMYK 0.060.000.39   0.09
XYZ62.860175.106336.3832
Yxy75.10630.36050.4308
Hunter Lab86.6639-22.190035.7736
CIE-Lab89.4428-18.866943.0125

#dae98d color RGB value is (218,233,141).

#dae98d hex color red value is 218, green value is 233 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #dae98d hue: 0.19 , saturation: 0.68 and the lightness value of dae98d is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101001 10001101
Octal 332 351 215
Decimal 218 233 141
Hex DA E9 8D

RGB Percentages of Color #dae98d

%36.82
%39.36
%23.82

CMYK Percentages of Color #dae98d

%6
%0
%39
%9

Triadic Colors of #dae98d

#dae98d #8ddae9 #e98dda

Analogous Colors of #dae98d

#dae98d #ace98d #e9ca8d

Monochromatic Colors of #dae98d

#dae98d

Complementary Color

#dae98d #9c8de9

#dae98d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae98d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae98d Color CSS Codes

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

#dae98d Text Font Color

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

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


#dae98d Background Color

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

This div background color is #dae98d


#dae98d Border Color

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

This div border color is #dae98d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae98d


Comments

No comments written yet.

Please login to write comment.