Color Hex Logo

#dae60c Color Hex

#DAE60C
(218,230,12)
0 Favorites   0 Comments

Color spaces of #dae60c

RGB 21823012
HSL0.180.900.47
HSV63°95°90°
CMYK 0.050.000.95   0.10
XYZ57.276671.525611.1349
Yxy71.52560.40930.5111
Hunter Lab84.5728-27.114051.3948
CIE-Lab87.7397-24.826385.3342

#dae60c color RGB value is (218,230,12).

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

The process color (four color CMYK) of #dae60c color hex is 0.05, 0.00, 0.95, 0.10. Web safe color of #dae60c is #ccff00. Color #dae60c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100110 00001100
Octal 332 346 14
Decimal 218 230 12
Hex DA E6 C

RGB Percentages of Color #dae60c

%47.39
%50.00
%2.61

CMYK Percentages of Color #dae60c

%5
%0
%95
%10

Triadic Colors of #dae60c

#dae60c #0cdae6 #e60cda

Analogous Colors of #dae60c

#dae60c #6de60c #e6850c

Monochromatic Colors of #dae60c

#dae60c

Complementary Color

#dae60c #180ce6

#dae60c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae60c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae60c Color CSS Codes

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

#dae60c Text Font Color

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

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


#dae60c Background Color

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

This div background color is #dae60c


#dae60c Border Color

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

This div border color is #dae60c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae60c


Comments

No comments written yet.

Please login to write comment.