Color Hex Logo

#dae26d Color Hex

#DAE26D
(218,226,109)
0 Favorites   0 Comments

Color spaces of #dae26d

RGB 218226109
HSL0.180.670.66
HSV64°52°89°
CMYK 0.040.000.52   0.11
XYZ58.870170.402324.9542
Yxy70.40230.38170.4565
Hunter Lab83.9061-21.596641.1010
CIE-Lab87.1938-18.592355.5270

#dae26d color RGB value is (218,226,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100010 01101101
Octal 332 342 155
Decimal 218 226 109
Hex DA E2 6D

RGB Percentages of Color #dae26d

%39.42
%40.87
%19.71

CMYK Percentages of Color #dae26d

%4
%0
%52
%11

Triadic Colors of #dae26d

#dae26d #6ddae2 #e26dda

Analogous Colors of #dae26d

#dae26d #a0e26d #e2b06d

Monochromatic Colors of #dae26d

#dae26d

Complementary Color

#dae26d #756de2

#dae26d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae26d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae26d Color CSS Codes

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

#dae26d Text Font Color

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

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


#dae26d Background Color

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

This div background color is #dae26d


#dae26d Border Color

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

This div border color is #dae26d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae26d


Comments

No comments written yet.

Please login to write comment.