Color Hex Logo

#dae689 Color Hex

#DAE689
(218,230,137)
0 Favorites   0 Comments

Color spaces of #dae689

RGB 218230137
HSL0.190.650.72
HSV68°40°90°
CMYK 0.050.000.40   0.10
XYZ61.725673.305234.5629
Yxy73.30520.36400.4322
Hunter Lab85.6185-21.144935.9984
CIE-Lab88.5931-17.841143.9018

#dae689 color RGB value is (218,230,137).

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

The process color (four color CMYK) of #dae689 color hex is 0.05, 0.00, 0.40, 0.10. Web safe color of #dae689 is #ccff99. Color #dae689 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100110 10001001
Octal 332 346 211
Decimal 218 230 137
Hex DA E6 89

RGB Percentages of Color #dae689

%37.26
%39.32
%23.42

CMYK Percentages of Color #dae689

%5
%0
%40
%10

Triadic Colors of #dae689

#dae689 #89dae6 #e689da

Analogous Colors of #dae689

#dae689 #ace689 #e6c489

Monochromatic Colors of #dae689

#dae689

Complementary Color

#dae689 #9589e6

#dae689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae689 Color CSS Codes

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

#dae689 Text Font Color

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

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


#dae689 Background Color

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

This div background color is #dae689


#dae689 Border Color

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

This div border color is #dae689


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae689


Comments

No comments written yet.

Please login to write comment.