Color Hex Logo

#dae168 Color Hex

#DAE168
(218,225,104)
0 Favorites   0 Comments

Color spaces of #dae168

RGB 218225104
HSL0.180.670.65
HSV63°54°88°
CMYK 0.030.000.54   0.12
XYZ58.337369.755323.4861
Yxy69.75530.38490.4602
Hunter Lab83.5196-21.479641.7911
CIE-Lab86.8767-18.515357.4292

#dae168 color RGB value is (218,225,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100001 01101000
Octal 332 341 150
Decimal 218 225 104
Hex DA E1 68

RGB Percentages of Color #dae168

%39.85
%41.13
%19.01

CMYK Percentages of Color #dae168

%3
%0
%54
%12

Triadic Colors of #dae168

#dae168 #68dae1 #e168da

Analogous Colors of #dae168

#dae168 #9ee168 #e1ac68

Monochromatic Colors of #dae168

#dae168

Complementary Color

#dae168 #6f68e1

#dae168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae168 Color CSS Codes

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

#dae168 Text Font Color

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

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


#dae168 Background Color

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

This div background color is #dae168


#dae168 Border Color

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

This div border color is #dae168


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae168


Comments

No comments written yet.

Please login to write comment.