Color Hex Logo

#dae668 Color Hex

#DAE668
(218,230,104)
0 Favorites   0 Comments

Color spaces of #dae668

RGB 218230104
HSL0.180.720.65
HSV66°55°90°
CMYK 0.050.000.55   0.10
XYZ59.708972.498523.9433
Yxy72.49850.38240.4643
Hunter Lab85.1461-23.832042.9297
CIE-Lab88.2080-20.949158.9511

#dae668 color RGB value is (218,230,104).

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

The process color (four color CMYK) of #dae668 color hex is 0.05, 0.00, 0.55, 0.10. Web safe color of #dae668 is #ccff66. Color #dae668 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100110 01101000
Octal 332 346 150
Decimal 218 230 104
Hex DA E6 68

RGB Percentages of Color #dae668

%39.49
%41.67
%18.84

CMYK Percentages of Color #dae668

%5
%0
%55
%10

Triadic Colors of #dae668

#dae668 #68dae6 #e668da

Analogous Colors of #dae668

#dae668 #9be668 #e6b368

Monochromatic Colors of #dae668

#dae668

Complementary Color

#dae668 #7468e6

#dae668 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae668 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae668 Color CSS Codes

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

#dae668 Text Font Color

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

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


#dae668 Background Color

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

This div background color is #dae668


#dae668 Border Color

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

This div border color is #dae668


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae668


Comments

No comments written yet.

Please login to write comment.