Color Hex Logo

#dae541 Color Hex

#DAE541
(218,229,65)
0 Favorites   0 Comments

Color spaces of #dae541

RGB 21822965
HSL0.180.760.58
HSV64°72°90°
CMYK 0.050.000.72   0.10
XYZ57.886971.325715.7173
Yxy71.32570.39940.4921
Hunter Lab84.4545-25.447848.0841
CIE-Lab87.6430-22.914673.7802

#dae541 color RGB value is (218,229,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100101 01000001
Octal 332 345 101
Decimal 218 229 65
Hex DA E5 41

RGB Percentages of Color #dae541

%42.58
%44.73
%12.70

CMYK Percentages of Color #dae541

%5
%0
%72
%10

Triadic Colors of #dae541

#dae541 #41dae5 #e541da

Analogous Colors of #dae541

#dae541 #88e541 #e59e41

Monochromatic Colors of #dae541

#dae541

Complementary Color

#dae541 #4c41e5

#dae541 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae541 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae541 Color CSS Codes

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

#dae541 Text Font Color

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

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


#dae541 Background Color

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

This div background color is #dae541


#dae541 Border Color

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

This div border color is #dae541


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae541


Comments

No comments written yet.

Please login to write comment.