Color Hex Logo

#dae62c Color Hex

#DAE62C
(218,230,44)
0 Favorites   0 Comments

Color spaces of #dae62c

RGB 21823044
HSL0.180.790.54
HSV64°81°90°
CMYK 0.050.000.81   0.10
XYZ57.664971.680913.1794
Yxy71.68090.40460.5029
Hunter Lab84.6646-26.587050.0358
CIE-Lab87.8148-24.197580.0578

#dae62c color RGB value is (218,230,44).

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

The process color (four color CMYK) of #dae62c color hex is 0.05, 0.00, 0.81, 0.10. Web safe color of #dae62c is #ccff33. Color #dae62c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100110 00101100
Octal 332 346 54
Decimal 218 230 44
Hex DA E6 2C

RGB Percentages of Color #dae62c

%44.31
%46.75
%8.94

CMYK Percentages of Color #dae62c

%5
%0
%81
%10

Triadic Colors of #dae62c

#dae62c #2cdae6 #e62cda

Analogous Colors of #dae62c

#dae62c #7de62c #e6952c

Monochromatic Colors of #dae62c

#dae62c

Complementary Color

#dae62c #382ce6

#dae62c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae62c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae62c Color CSS Codes

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

#dae62c Text Font Color

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

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


#dae62c Background Color

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

This div background color is #dae62c


#dae62c Border Color

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

This div border color is #dae62c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae62c


Comments

No comments written yet.

Please login to write comment.