Color Hex Logo

#dae729 Color Hex

#DAE729
(218,231,41)
0 Favorites   0 Comments

Color spaces of #dae729

RGB 21823141
HSL0.180.800.53
HSV64°82°91°
CMYK 0.060.000.82   0.09
XYZ57.889672.217312.9861
Yxy72.21730.40460.5047
Hunter Lab84.9808-27.120750.4263
CIE-Lab88.0731-24.761880.9893

#dae729 color RGB value is (218,231,41).

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

The process color (four color CMYK) of #dae729 color hex is 0.06, 0.00, 0.82, 0.09. Web safe color of #dae729 is #ccff33. Color #dae729 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100111 00101001
Octal 332 347 51
Decimal 218 231 41
Hex DA E7 29

RGB Percentages of Color #dae729

%44.49
%47.14
%8.37

CMYK Percentages of Color #dae729

%6
%0
%82
%9

Triadic Colors of #dae729

#dae729 #29dae7 #e729da

Analogous Colors of #dae729

#dae729 #7be729 #e79529

Monochromatic Colors of #dae729

#dae729

Complementary Color

#dae729 #3629e7

#dae729 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae729 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae729 Color CSS Codes

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

#dae729 Text Font Color

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

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


#dae729 Background Color

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

This div background color is #dae729


#dae729 Border Color

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

This div border color is #dae729


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae729


Comments

No comments written yet.

Please login to write comment.