Color Hex Logo

#dae803 Color Hex

#DAE803
(218,232,3)
0 Favorites   0 Comments

Color spaces of #dae803

RGB 2182323
HSL0.180.970.46
HSV64°99°91°
CMYK 0.060.000.99   0.09
XYZ57.786572.625211.0585
Yxy72.62520.40850.5134
Hunter Lab85.2204-28.098051.9606
CIE-Lab88.2687-25.856686.4606

#dae803 color RGB value is (218,232,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101000 00000011
Octal 332 350 3
Decimal 218 232 3
Hex DA E8 3

RGB Percentages of Color #dae803

%48.12
%51.21
%0.66

CMYK Percentages of Color #dae803

%6
%0
%99
%9

Triadic Colors of #dae803

#dae803 #03dae8 #e803da

Analogous Colors of #dae803

#dae803 #68e803 #e88403

Monochromatic Colors of #dae803

#dae803

Complementary Color

#dae803 #1103e8

#dae803 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae803 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae803 Color CSS Codes

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

#dae803 Text Font Color

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

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


#dae803 Background Color

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

This div background color is #dae803


#dae803 Border Color

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

This div border color is #dae803


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae803


Comments

No comments written yet.

Please login to write comment.