Color Hex Logo

#dae88d Color Hex

#DAE88D
(218,232,141)
0 Favorites   0 Comments

Color spaces of #dae88d

RGB 218232141
HSL0.190.660.73
HSV69°39°91°
CMYK 0.060.000.39   0.09
XYZ62.577874.541736.2891
Yxy74.54170.36090.4299
Hunter Lab86.3375-21.713235.5157
CIE-Lab89.1779-18.378342.6756

#dae88d color RGB value is (218,232,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101000 10001101
Octal 332 350 215
Decimal 218 232 141
Hex DA E8 8D

RGB Percentages of Color #dae88d

%36.89
%39.26
%23.86

CMYK Percentages of Color #dae88d

%6
%0
%39
%9

Triadic Colors of #dae88d

#dae88d #8ddae8 #e88dda

Analogous Colors of #dae88d

#dae88d #ade88d #e8c98d

Monochromatic Colors of #dae88d

#dae88d

Complementary Color

#dae88d #9b8de8

#dae88d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae88d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae88d Color CSS Codes

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

#dae88d Text Font Color

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

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


#dae88d Background Color

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

This div background color is #dae88d


#dae88d Border Color

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

This div border color is #dae88d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,232,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 #dae88d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae88d


Comments

No comments written yet.

Please login to write comment.