Color Hex Logo

#dae069 Color Hex

#DAE069
(218,224,105)
0 Favorites   0 Comments

Color spaces of #dae069

RGB 218224105
HSL0.180.660.65
HSV63°53°88°
CMYK 0.030.000.53   0.12
XYZ58.118969.236723.6654
Yxy69.23670.38480.4585
Hunter Lab83.2086-20.937741.3833
CIE-Lab86.6211-17.944556.6840

#dae069 color RGB value is (218,224,105).

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

The process color (four color CMYK) of #dae069 color hex is 0.03, 0.00, 0.53, 0.12. Web safe color of #dae069 is #cccc66. Color #dae069 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100000 01101001
Octal 332 340 151
Decimal 218 224 105
Hex DA E0 69

RGB Percentages of Color #dae069

%39.85
%40.95
%19.20

CMYK Percentages of Color #dae069

%3
%0
%53
%12

Triadic Colors of #dae069

#dae069 #69dae0 #e069da

Analogous Colors of #dae069

#dae069 #9fe069 #e0ab69

Monochromatic Colors of #dae069

#dae069

Complementary Color

#dae069 #6f69e0

#dae069 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae069 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae069 Color CSS Codes

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

#dae069 Text Font Color

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

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


#dae069 Background Color

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

This div background color is #dae069


#dae069 Border Color

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

This div border color is #dae069


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae069


Comments

No comments written yet.

Please login to write comment.