Color Hex Logo

#dae802 Color Hex

#DAE802
(218,232,2)
0 Favorites   0 Comments

Color spaces of #dae802

RGB 2182322
HSL0.180.980.46
HSV64°99°91°
CMYK 0.060.000.99   0.09
XYZ57.781072.623011.0297
Yxy72.62300.40850.5135
Hunter Lab85.2191-28.105451.9796
CIE-Lab88.2676-25.865586.5398

#dae802 color RGB value is (218,232,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101000 00000010
Octal 332 350 2
Decimal 218 232 2
Hex DA E8 2

RGB Percentages of Color #dae802

%48.23
%51.33
%0.44

CMYK Percentages of Color #dae802

%6
%0
%99
%9

Triadic Colors of #dae802

#dae802 #02dae8 #e802da

Analogous Colors of #dae802

#dae802 #67e802 #e88302

Monochromatic Colors of #dae802

#dae802

Complementary Color

#dae802 #1002e8

#dae802 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae802 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae802 Color CSS Codes

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

#dae802 Text Font Color

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

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


#dae802 Background Color

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

This div background color is #dae802


#dae802 Border Color

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

This div border color is #dae802


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae802


Comments

No comments written yet.

Please login to write comment.