Color Hex Logo

#dae831 Color Hex

#DAE831
(218,232,49)
0 Favorites   0 Comments

Color spaces of #dae831

RGB 21823249
HSL0.180.800.55
HSV65°79°91°
CMYK 0.060.000.79   0.09
XYZ58.324472.840413.8913
Yxy72.84040.40210.5022
Hunter Lab85.3466-27.372750.0924
CIE-Lab88.3715-24.989879.2676

#dae831 color RGB value is (218,232,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101000 00110001
Octal 332 350 61
Decimal 218 232 49
Hex DA E8 31

RGB Percentages of Color #dae831

%43.69
%46.49
%9.82

CMYK Percentages of Color #dae831

%6
%0
%79
%9

Triadic Colors of #dae831

#dae831 #31dae8 #e831da

Analogous Colors of #dae831

#dae831 #7fe831 #e89b31

Monochromatic Colors of #dae831

#dae831

Complementary Color

#dae831 #3f31e8

#dae831 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae831 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae831 Color CSS Codes

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

#dae831 Text Font Color

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

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


#dae831 Background Color

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

This div background color is #dae831


#dae831 Border Color

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

This div border color is #dae831


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae831


Comments

No comments written yet.

Please login to write comment.