Color Hex Logo

#dae10c Color Hex

#DAE10C
(218,225,12)
0 Favorites   0 Comments

Color spaces of #dae10c

RGB 21822512
HSL0.170.900.46
HSV62°95°88°
CMYK 0.030.000.95   0.12
XYZ55.905068.782410.6776
Yxy68.78240.41300.5081
Hunter Lab82.9352-24.813150.4212
CIE-Lab86.3962-22.433584.3161

#dae10c color RGB value is (218,225,12).

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

The process color (four color CMYK) of #dae10c color hex is 0.03, 0.00, 0.95, 0.12. Web safe color of #dae10c is #cccc00. Color #dae10c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100001 00001100
Octal 332 341 14
Decimal 218 225 12
Hex DA E1 C

RGB Percentages of Color #dae10c

%47.91
%49.45
%2.64

CMYK Percentages of Color #dae10c

%3
%0
%95
%12

Triadic Colors of #dae10c

#dae10c #0cdae1 #e10cda

Analogous Colors of #dae10c

#dae10c #70e10c #e17e0c

Monochromatic Colors of #dae10c

#dae10c

Complementary Color

#dae10c #130ce1

#dae10c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae10c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae10c Color CSS Codes

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

#dae10c Text Font Color

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

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


#dae10c Background Color

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

This div background color is #dae10c


#dae10c Border Color

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

This div border color is #dae10c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae10c


Comments

No comments written yet.

Please login to write comment.