Color Hex Logo

#dae988 Color Hex

#DAE988
(218,233,136)
0 Favorites   0 Comments

Color spaces of #dae988

RGB 218233136
HSL0.190.690.72
HSV69°42°91°
CMYK 0.060.000.42   0.09
XYZ62.496374.960834.4675
Yxy74.96080.36350.4360
Hunter Lab86.5799-22.667537.0026
CIE-Lab89.3746-19.415245.3749

#dae988 color RGB value is (218,233,136).

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

The process color (four color CMYK) of #dae988 color hex is 0.06, 0.00, 0.42, 0.09. Web safe color of #dae988 is #ccff99. Color #dae988 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101001 10001000
Octal 332 351 210
Decimal 218 233 136
Hex DA E9 88

RGB Percentages of Color #dae988

%37.14
%39.69
%23.17

CMYK Percentages of Color #dae988

%6
%0
%42
%9

Triadic Colors of #dae988

#dae988 #88dae9 #e988da

Analogous Colors of #dae988

#dae988 #aae988 #e9c888

Monochromatic Colors of #dae988

#dae988

Complementary Color

#dae988 #9788e9

#dae988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae988 Color CSS Codes

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

#dae988 Text Font Color

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

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


#dae988 Background Color

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

This div background color is #dae988


#dae988 Border Color

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

This div border color is #dae988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae988


Comments

No comments written yet.

Please login to write comment.