Color Hex Logo

#dae79d Color Hex

#DAE79D
(218,231,157)
0 Favorites   0 Comments

Color spaces of #dae79d

RGB 218231157
HSL0.200.610.76
HSV71°32°91°
CMYK 0.060.000.32   0.09
XYZ63.575274.491642.9258
Yxy74.49160.35130.4116
Hunter Lab86.3085-19.556130.9279
CIE-Lab89.1543-15.977934.6503

#dae79d color RGB value is (218,231,157).

#dae79d hex color red value is 218, green value is 231 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #dae79d hue: 0.20 , saturation: 0.61 and the lightness value of dae79d is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100111 10011101
Octal 332 347 235
Decimal 218 231 157
Hex DA E7 9D

RGB Percentages of Color #dae79d

%35.97
%38.12
%25.91

CMYK Percentages of Color #dae79d

%6
%0
%32
%9

Triadic Colors of #dae79d

#dae79d #9ddae7 #e79dda

Analogous Colors of #dae79d

#dae79d #b5e79d #e7cf9d

Monochromatic Colors of #dae79d

#dae79d

Complementary Color

#dae79d #aa9de7

#dae79d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae79d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae79d Color CSS Codes

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

#dae79d Text Font Color

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

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


#dae79d Background Color

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

This div background color is #dae79d


#dae79d Border Color

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

This div border color is #dae79d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae79d


Comments

No comments written yet.

Please login to write comment.