Color Hex Logo

#dae007 Color Hex

#DAE007
(218,224,7)
0 Favorites   0 Comments

Color spaces of #dae007

RGB 2182247
HSL0.170.940.45
HSV62°97°88°
CMYK 0.030.000.97   0.12
XYZ55.607468.232110.4403
Yxy68.23210.41410.5081
Hunter Lab82.6027-24.390250.3281
CIE-Lab86.1224-21.998084.5323

#dae007 color RGB value is (218,224,7).

#dae007 hex color red value is 218, green value is 224 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #dae007 hue: 0.17 , saturation: 0.94 and the lightness value of dae007 is 0.45.

The process color (four color CMYK) of #dae007 color hex is 0.03, 0.00, 0.97, 0.12. Web safe color of #dae007 is #cccc00. Color #dae007 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100000 00000111
Octal 332 340 7
Decimal 218 224 7
Hex DA E0 7

RGB Percentages of Color #dae007

%48.55
%49.89
%1.56

CMYK Percentages of Color #dae007

%3
%0
%97
%12

Triadic Colors of #dae007

#dae007 #07dae0 #e007da

Analogous Colors of #dae007

#dae007 #6ee007 #e07a07

Monochromatic Colors of #dae007

#dae007

Complementary Color

#dae007 #0d07e0

#dae007 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae007 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae007 Color CSS Codes

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

#dae007 Text Font Color

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

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


#dae007 Background Color

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

This div background color is #dae007


#dae007 Border Color

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

This div border color is #dae007


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae007


Comments

No comments written yet.

Please login to write comment.