Color Hex Logo

#dae808 Color Hex

#DAE808
(218,232,8)
0 Favorites   0 Comments

Color spaces of #dae808

RGB 2182328
HSL0.180.930.47
HSV64°97°91°
CMYK 0.060.000.97   0.09
XYZ57.813972.636211.2028
Yxy72.63620.40810.5128
Hunter Lab85.2269-28.061051.8653
CIE-Lab88.2739-25.812386.0655

#dae808 color RGB value is (218,232,8).

#dae808 hex color red value is 218, green value is 232 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #dae808 hue: 0.18 , saturation: 0.93 and the lightness value of dae808 is 0.47.

The process color (four color CMYK) of #dae808 color hex is 0.06, 0.00, 0.97, 0.09. Web safe color of #dae808 is #ccff00. Color #dae808 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101000 00001000
Octal 332 350 10
Decimal 218 232 8
Hex DA E8 8

RGB Percentages of Color #dae808

%47.60
%50.66
%1.75

CMYK Percentages of Color #dae808

%6
%0
%97
%9

Triadic Colors of #dae808

#dae808 #08dae8 #e808da

Analogous Colors of #dae808

#dae808 #6ae808 #e88608

Monochromatic Colors of #dae808

#dae808

Complementary Color

#dae808 #1608e8

#dae808 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae808 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae808 Color CSS Codes

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

#dae808 Text Font Color

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

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


#dae808 Background Color

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

This div background color is #dae808


#dae808 Border Color

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

This div border color is #dae808


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae808


Comments

No comments written yet.

Please login to write comment.