Color Hex Logo

#dae550 Color Hex

#DAE550
(218,229,80)
0 Favorites   0 Comments

Color spaces of #dae550

RGB 21822980
HSL0.180.740.61
HSV64°65°90°
CMYK 0.050.000.65   0.10
XYZ58.380771.523218.3178
Yxy71.52320.39390.4825
Hunter Lab84.5714-24.779146.3580
CIE-Lab87.7386-22.124968.4515

#dae550 color RGB value is (218,229,80).

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

The process color (four color CMYK) of #dae550 color hex is 0.05, 0.00, 0.65, 0.10. Web safe color of #dae550 is #cccc66. Color #dae550 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100101 01010000
Octal 332 345 120
Decimal 218 229 80
Hex DA E5 50

RGB Percentages of Color #dae550

%41.37
%43.45
%15.18

CMYK Percentages of Color #dae550

%5
%0
%65
%10

Triadic Colors of #dae550

#dae550 #50dae5 #e550da

Analogous Colors of #dae550

#dae550 #90e550 #e5a650

Monochromatic Colors of #dae550

#dae550

Complementary Color

#dae550 #5b50e5

#dae550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae550 Color CSS Codes

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

#dae550 Text Font Color

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

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


#dae550 Background Color

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

This div background color is #dae550


#dae550 Border Color

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

This div border color is #dae550


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,229,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 #dae550">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae550


Comments

No comments written yet.

Please login to write comment.