Color Hex Logo

#dae47f Color Hex

#DAE47F
(218,228,127)
0 Favorites   0 Comments

Color spaces of #dae47f

RGB 218228127
HSL0.180.650.70
HSV66°44°89°
CMYK 0.040.000.44   0.11
XYZ60.487671.924530.7735
Yxy71.92450.37070.4408
Hunter Lab84.8083-21.103537.8519
CIE-Lab87.9322-17.907047.9426

#dae47f color RGB value is (218,228,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100100 01111111
Octal 332 344 177
Decimal 218 228 127
Hex DA E4 7F

RGB Percentages of Color #dae47f

%38.05
%39.79
%22.16

CMYK Percentages of Color #dae47f

%4
%0
%44
%11

Triadic Colors of #dae47f

#dae47f #7fdae4 #e47fda

Analogous Colors of #dae47f

#dae47f #a8e47f #e4bc7f

Monochromatic Colors of #dae47f

#dae47f

Complementary Color

#dae47f #897fe4

#dae47f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae47f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae47f Color CSS Codes

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

#dae47f Text Font Color

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

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


#dae47f Background Color

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

This div background color is #dae47f


#dae47f Border Color

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

This div border color is #dae47f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae47f


Comments

No comments written yet.

Please login to write comment.