Color Hex Logo

#dae980 Color Hex

#DAE980
(218,233,128)
0 Favorites   0 Comments

Color spaces of #dae980

RGB 218233128
HSL0.190.700.71
HSV69°45°91°
CMYK 0.060.000.45   0.09
XYZ61.948674.741831.5836
Yxy74.74180.36810.4442
Hunter Lab86.4533-23.388238.8572
CIE-Lab89.2719-20.246349.1107

#dae980 color RGB value is (218,233,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101001 10000000
Octal 332 351 200
Decimal 218 233 128
Hex DA E9 80

RGB Percentages of Color #dae980

%37.65
%40.24
%22.11

CMYK Percentages of Color #dae980

%6
%0
%45
%9

Triadic Colors of #dae980

#dae980 #80dae9 #e980da

Analogous Colors of #dae980

#dae980 #a6e980 #e9c480

Monochromatic Colors of #dae980

#dae980

Complementary Color

#dae980 #8f80e9

#dae980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae980 Color CSS Codes

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

#dae980 Text Font Color

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

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


#dae980 Background Color

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

This div background color is #dae980


#dae980 Border Color

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

This div border color is #dae980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae980


Comments

No comments written yet.

Please login to write comment.