Color Hex Logo

#dae60f Color Hex

#DAE60F
(218,230,15)
0 Favorites   0 Comments

Color spaces of #dae60f

RGB 21823015
HSL0.180.880.48
HSV63°93°90°
CMYK 0.050.000.93   0.10
XYZ57.296571.533511.2394
Yxy71.53350.40910.5107
Hunter Lab84.5775-27.086851.3253
CIE-Lab87.7436-24.793985.0492

#dae60f color RGB value is (218,230,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100110 00001111
Octal 332 346 17
Decimal 218 230 15
Hex DA E6 F

RGB Percentages of Color #dae60f

%47.08
%49.68
%3.24

CMYK Percentages of Color #dae60f

%5
%0
%93
%10

Triadic Colors of #dae60f

#dae60f #0fdae6 #e60fda

Analogous Colors of #dae60f

#dae60f #6fe60f #e6870f

Monochromatic Colors of #dae60f

#dae60f

Complementary Color

#dae60f #1b0fe6

#dae60f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae60f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae60f Color CSS Codes

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

#dae60f Text Font Color

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

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


#dae60f Background Color

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

This div background color is #dae60f


#dae60f Border Color

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

This div border color is #dae60f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae60f


Comments

No comments written yet.

Please login to write comment.