Color Hex Logo

#dae546 Color Hex

#DAE546
(218,229,70)
0 Favorites   0 Comments

Color spaces of #dae546

RGB 21822970
HSL0.180.750.59
HSV64°69°90°
CMYK 0.050.000.69   0.10
XYZ58.038271.386216.5143
Yxy71.38620.39770.4892
Hunter Lab84.4904-25.242747.5546
CIE-Lab87.6723-22.672072.0865

#dae546 color RGB value is (218,229,70).

#dae546 hex color red value is 218, green value is 229 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #dae546 hue: 0.18 , saturation: 0.75 and the lightness value of dae546 is 0.59.

The process color (four color CMYK) of #dae546 color hex is 0.05, 0.00, 0.69, 0.10. Web safe color of #dae546 is #cccc33. Color #dae546 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100101 01000110
Octal 332 345 106
Decimal 218 229 70
Hex DA E5 46

RGB Percentages of Color #dae546

%42.17
%44.29
%13.54

CMYK Percentages of Color #dae546

%5
%0
%69
%10

Triadic Colors of #dae546

#dae546 #46dae5 #e546da

Analogous Colors of #dae546

#dae546 #8be546 #e5a146

Monochromatic Colors of #dae546

#dae546

Complementary Color

#dae546 #5146e5

#dae546 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae546 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae546 Color CSS Codes

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

#dae546 Text Font Color

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

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


#dae546 Background Color

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

This div background color is #dae546


#dae546 Border Color

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

This div border color is #dae546


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae546


Comments

No comments written yet.

Please login to write comment.