Color Hex Logo

#dae47d Color Hex

#DAE47D
(218,228,125)
0 Favorites   0 Comments

Color spaces of #dae47d

RGB 218228125
HSL0.180.660.69
HSV66°45°89°
CMYK 0.040.000.45   0.11
XYZ60.358571.872930.0937
Yxy71.87290.37180.4428
Hunter Lab84.7779-21.276438.2983
CIE-Lab87.9074-18.106048.8734

#dae47d color RGB value is (218,228,125).

#dae47d hex color red value is 218, green value is 228 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #dae47d hue: 0.18 , saturation: 0.66 and the lightness value of dae47d is 0.69.

The process color (four color CMYK) of #dae47d color hex is 0.04, 0.00, 0.45, 0.11. Web safe color of #dae47d is #cccc66. Color #dae47d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100100 01111101
Octal 332 344 175
Decimal 218 228 125
Hex DA E4 7D

RGB Percentages of Color #dae47d

%38.18
%39.93
%21.89

CMYK Percentages of Color #dae47d

%4
%0
%45
%11

Triadic Colors of #dae47d

#dae47d #7ddae4 #e47dda

Analogous Colors of #dae47d

#dae47d #a7e47d #e4bb7d

Monochromatic Colors of #dae47d

#dae47d

Complementary Color

#dae47d #877de4

#dae47d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae47d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae47d Color CSS Codes

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

#dae47d Text Font Color

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

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


#dae47d Background Color

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

This div background color is #dae47d


#dae47d Border Color

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

This div border color is #dae47d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae47d


Comments

No comments written yet.

Please login to write comment.