Color Hex Logo

#dae703 Color Hex

#DAE703
(218,231,3)
0 Favorites   0 Comments

Color spaces of #dae703

RGB 2182313
HSL0.180.970.46
HSV63°99°91°
CMYK 0.060.000.99   0.09
XYZ57.505872.063810.9650
Yxy72.06380.40920.5128
Hunter Lab84.8904-27.640151.7650
CIE-Lab87.9993-25.382586.2599

#dae703 color RGB value is (218,231,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100111 00000011
Octal 332 347 3
Decimal 218 231 3
Hex DA E7 3

RGB Percentages of Color #dae703

%48.23
%51.11
%0.66

CMYK Percentages of Color #dae703

%6
%0
%99
%9

Triadic Colors of #dae703

#dae703 #03dae7 #e703da

Analogous Colors of #dae703

#dae703 #68e703 #e78203

Monochromatic Colors of #dae703

#dae703

Complementary Color

#dae703 #1003e7

#dae703 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae703 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae703 Color CSS Codes

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

#dae703 Text Font Color

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

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


#dae703 Background Color

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

This div background color is #dae703


#dae703 Border Color

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

This div border color is #dae703


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae703


Comments

No comments written yet.

Please login to write comment.