color codes Logo

#dae54d color codes

#DAE54D
(218,229,77)
0 Favorites   0 Comments

Color spaces of #dae54d

RGB 21822977
HSL0.180.750.60
HSV64°66°90°
CMYK 0.050.000.66   0.10
XYZ58.272371.479917.7469
Yxy71.47990.39510.4846
Hunter Lab84.5458-24.925946.7366
CIE-Lab87.7176-22.297869.5745

#dae54d color RGB value is (218,229,77).

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

The process color (four color CMYK) of #dae54d color code is 0.05, 0.00, 0.66, 0.10. Web safe color of #dae54d is #cccc66. Color #dae54d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100101 01001101
Octal 332 345 115
Decimal 218 229 77
Hex DA E5 4D

RGB Percentages of Color #dae54d

%41.60
%43.70
%14.69

CMYK Percentages of Color #dae54d

%5
%0
%66
%10

Triadic Colors of #dae54d

#dae54d #4ddae5 #e54dda

Analogous Colors of #dae54d

#dae54d #8ee54d #e5a44d

Monochromatic Colors of #dae54d

#dae54d

Complementary Color

#dae54d #584de5

#dae54d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae54d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae54d Color CSS Codes

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

#dae54d Text Font Color

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

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


#dae54d Background Color

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

This div background color is #dae54d


#dae54d Border Color

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

This div border color is #dae54d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae54d


Comments

No comments written yet.

Please login to write comment.