Color Hex Logo

#dae731 Color Hex

#DAE731
(218,231,49)
0 Favorites   0 Comments

Color spaces of #dae731

RGB 21823149
HSL0.180.790.55
HSV64°79°91°
CMYK 0.060.000.79   0.09
XYZ58.043772.279013.7977
Yxy72.27900.40270.5015
Hunter Lab85.0171-26.912549.8896
CIE-Lab88.1027-24.513879.0307

#dae731 color RGB value is (218,231,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100111 00110001
Octal 332 347 61
Decimal 218 231 49
Hex DA E7 31

RGB Percentages of Color #dae731

%43.78
%46.39
%9.84

CMYK Percentages of Color #dae731

%6
%0
%79
%9

Triadic Colors of #dae731

#dae731 #31dae7 #e731da

Analogous Colors of #dae731

#dae731 #7fe731 #e79931

Monochromatic Colors of #dae731

#dae731

Complementary Color

#dae731 #3e31e7

#dae731 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae731 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae731 Color CSS Codes

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

#dae731 Text Font Color

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

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


#dae731 Background Color

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

This div background color is #dae731


#dae731 Border Color

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

This div border color is #dae731


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae731


Comments

No comments written yet.

Please login to write comment.