Color Hex Logo

#dae950 Color Hex

#DAE950
(218,233,80)
0 Favorites   0 Comments

Color spaces of #dae950

RGB 21823380
HSL0.180.780.61
HSV66°66°91°
CMYK 0.060.000.66   0.09
XYZ59.500373.762418.6910
Yxy73.76240.39160.4854
Hunter Lab85.8850-26.635847.2164
CIE-Lab88.8101-24.043669.5541

#dae950 color RGB value is (218,233,80).

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

The process color (four color CMYK) of #dae950 color hex is 0.06, 0.00, 0.66, 0.09. Web safe color of #dae950 is #ccff66. Color #dae950 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101001 01010000
Octal 332 351 120
Decimal 218 233 80
Hex DA E9 50

RGB Percentages of Color #dae950

%41.05
%43.88
%15.07

CMYK Percentages of Color #dae950

%6
%0
%66
%9

Triadic Colors of #dae950

#dae950 #50dae9 #e950da

Analogous Colors of #dae950

#dae950 #8ee950 #e9ac50

Monochromatic Colors of #dae950

#dae950

Complementary Color

#dae950 #5f50e9

#dae950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae950 Color CSS Codes

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

#dae950 Text Font Color

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

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


#dae950 Background Color

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

This div background color is #dae950


#dae950 Border Color

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

This div border color is #dae950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae950


Comments

No comments written yet.

Please login to write comment.