Color Hex Logo

#dae169 Color Hex

#DAE169
(218,225,105)
0 Favorites   0 Comments

Color spaces of #dae169

RGB 218225105
HSL0.180.670.65
HSV64°53°88°
CMYK 0.030.000.53   0.12
XYZ58.388569.775823.7553
Yxy69.77580.38430.4593
Hunter Lab83.5319-21.410041.6111
CIE-Lab86.8868-18.434456.9900

#dae169 color RGB value is (218,225,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100001 01101001
Octal 332 341 151
Decimal 218 225 105
Hex DA E1 69

RGB Percentages of Color #dae169

%39.78
%41.06
%19.16

CMYK Percentages of Color #dae169

%3
%0
%53
%12

Triadic Colors of #dae169

#dae169 #69dae1 #e169da

Analogous Colors of #dae169

#dae169 #9ee169 #e1ac69

Monochromatic Colors of #dae169

#dae169

Complementary Color

#dae169 #7069e1

#dae169 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae169 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae169 Color CSS Codes

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

#dae169 Text Font Color

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

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


#dae169 Background Color

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

This div background color is #dae169


#dae169 Border Color

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

This div border color is #dae169


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,225,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 #dae169">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae169


Comments

No comments written yet.

Please login to write comment.