Color Hex Logo

#dae13c Color Hex

#DAE13C
(218,225,60)
0 Favorites   0 Comments

Color spaces of #dae13c

RGB 21822560
HSL0.170.730.56
HSV63°73°88°
CMYK 0.030.000.73   0.12
XYZ56.654369.082114.6231
Yxy69.08210.40360.4922
Hunter Lab83.1156-23.781047.7497
CIE-Lab86.5447-21.210374.3800

#dae13c color RGB value is (218,225,60).

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

The process color (four color CMYK) of #dae13c color hex is 0.03, 0.00, 0.73, 0.12. Web safe color of #dae13c is #cccc33. Color #dae13c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100001 00111100
Octal 332 341 74
Decimal 218 225 60
Hex DA E1 3C

RGB Percentages of Color #dae13c

%43.34
%44.73
%11.93

CMYK Percentages of Color #dae13c

%3
%0
%73
%12

Triadic Colors of #dae13c

#dae13c #3cdae1 #e13cda

Analogous Colors of #dae13c

#dae13c #88e13c #e1963c

Monochromatic Colors of #dae13c

#dae13c

Complementary Color

#dae13c #433ce1

#dae13c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae13c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae13c Color CSS Codes

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

#dae13c Text Font Color

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

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


#dae13c Background Color

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

This div background color is #dae13c


#dae13c Border Color

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

This div border color is #dae13c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae13c


Comments

No comments written yet.

Please login to write comment.