Color Hex Logo

#dae940 Color Hex

#DAE940
(218,233,64)
0 Favorites   0 Comments

Color spaces of #dae940

RGB 21823364
HSL0.180.790.58
HSV65°73°91°
CMYK 0.060.000.73   0.09
XYZ58.977873.553415.9393
Yxy73.55340.39720.4954
Hunter Lab85.7633-27.334649.0151
CIE-Lab88.7110-24.872275.1299

#dae940 color RGB value is (218,233,64).

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

The process color (four color CMYK) of #dae940 color hex is 0.06, 0.00, 0.73, 0.09. Web safe color of #dae940 is #ccff33. Color #dae940 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101001 01000000
Octal 332 351 100
Decimal 218 233 64
Hex DA E9 40

RGB Percentages of Color #dae940

%42.33
%45.24
%12.43

CMYK Percentages of Color #dae940

%6
%0
%73
%9

Triadic Colors of #dae940

#dae940 #40dae9 #e940da

Analogous Colors of #dae940

#dae940 #86e940 #e9a440

Monochromatic Colors of #dae940

#dae940

Complementary Color

#dae940 #4f40e9

#dae940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae940 Color CSS Codes

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

#dae940 Text Font Color

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

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


#dae940 Background Color

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

This div background color is #dae940


#dae940 Border Color

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

This div border color is #dae940


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae940


Comments

No comments written yet.

Please login to write comment.