Color Hex Logo

#dae80c Color Hex

#DAE80C
(218,232,12)
0 Favorites   0 Comments

Color spaces of #dae80c

RGB 21823212
HSL0.180.900.48
HSV64°95°91°
CMYK 0.060.000.95   0.09
XYZ57.836472.645211.3214
Yxy72.64520.40790.5123
Hunter Lab85.2322-28.030651.7870
CIE-Lab88.2782-25.775985.7434

#dae80c color RGB value is (218,232,12).

#dae80c hex color red value is 218, green value is 232 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #dae80c hue: 0.18 , saturation: 0.90 and the lightness value of dae80c is 0.48.

The process color (four color CMYK) of #dae80c color hex is 0.06, 0.00, 0.95, 0.09. Web safe color of #dae80c is #ccff00. Color #dae80c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101000 00001100
Octal 332 350 14
Decimal 218 232 12
Hex DA E8 C

RGB Percentages of Color #dae80c

%47.19
%50.22
%2.60

CMYK Percentages of Color #dae80c

%6
%0
%95
%9

Triadic Colors of #dae80c

#dae80c #0cdae8 #e80cda

Analogous Colors of #dae80c

#dae80c #6ce80c #e8880c

Monochromatic Colors of #dae80c

#dae80c

Complementary Color

#dae80c #1a0ce8

#dae80c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae80c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae80c Color CSS Codes

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

#dae80c Text Font Color

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

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


#dae80c Background Color

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

This div background color is #dae80c


#dae80c Border Color

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

This div border color is #dae80c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae80c


Comments

No comments written yet.

Please login to write comment.