Color Hex Logo

#dae36c Color Hex

#DAE36C
(218,227,108)
0 Favorites   0 Comments

Color spaces of #dae36c

RGB 218227108
HSL0.180.680.66
HSV65°52°89°
CMYK 0.040.000.52   0.11
XYZ59.089370.926324.7632
Yxy70.92630.38180.4582
Hunter Lab84.2178-22.141041.5189
CIE-Lab87.4492-19.164856.2804

#dae36c color RGB value is (218,227,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100011 01101100
Octal 332 343 154
Decimal 218 227 108
Hex DA E3 6C

RGB Percentages of Color #dae36c

%39.42
%41.05
%19.53

CMYK Percentages of Color #dae36c

%4
%0
%52
%11

Triadic Colors of #dae36c

#dae36c #6cdae3 #e36cda

Analogous Colors of #dae36c

#dae36c #9fe36c #e3b16c

Monochromatic Colors of #dae36c

#dae36c

Complementary Color

#dae36c #756ce3

#dae36c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae36c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae36c Color CSS Codes

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

#dae36c Text Font Color

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

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


#dae36c Background Color

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

This div background color is #dae36c


#dae36c Border Color

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

This div border color is #dae36c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae36c


Comments

No comments written yet.

Please login to write comment.