Color Hex Logo

#dae376 Color Hex

#DAE376
(218,227,118)
0 Favorites   0 Comments

Color spaces of #dae376

RGB 218227118
HSL0.180.660.68
HSV65°48°89°
CMYK 0.040.000.48   0.11
XYZ59.652571.151627.7291
Yxy71.15160.37630.4488
Hunter Lab84.3514-21.381539.5554
CIE-Lab87.5586-18.285051.7778

#dae376 color RGB value is (218,227,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100011 01110110
Octal 332 343 166
Decimal 218 227 118
Hex DA E3 76

RGB Percentages of Color #dae376

%38.72
%40.32
%20.96

CMYK Percentages of Color #dae376

%4
%0
%48
%11

Triadic Colors of #dae376

#dae376 #76dae3 #e376da

Analogous Colors of #dae376

#dae376 #a4e376 #e3b676

Monochromatic Colors of #dae376

#dae376

Complementary Color

#dae376 #7f76e3

#dae376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae376 Color CSS Codes

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

#dae376 Text Font Color

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

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


#dae376 Background Color

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

This div background color is #dae376


#dae376 Border Color

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

This div border color is #dae376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae376


Comments

No comments written yet.

Please login to write comment.