Color Hex Logo

#dae55b Color Hex

#DAE55B
(218,229,91)
0 Favorites   0 Comments

Color spaces of #dae55b

RGB 21822991
HSL0.180.730.63
HSV65°60°90°
CMYK 0.050.000.60   0.10
XYZ58.821171.699420.6367
Yxy71.69940.38910.4743
Hunter Lab84.6755-24.184444.8230
CIE-Lab87.8237-21.425764.1231

#dae55b color RGB value is (218,229,91).

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

The process color (four color CMYK) of #dae55b color hex is 0.05, 0.00, 0.60, 0.10. Web safe color of #dae55b is #cccc66. Color #dae55b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100101 01011011
Octal 332 345 133
Decimal 218 229 91
Hex DA E5 5B

RGB Percentages of Color #dae55b

%40.52
%42.57
%16.91

CMYK Percentages of Color #dae55b

%5
%0
%60
%10

Triadic Colors of #dae55b

#dae55b #5bdae5 #e55bda

Analogous Colors of #dae55b

#dae55b #95e55b #e5ab5b

Monochromatic Colors of #dae55b

#dae55b

Complementary Color

#dae55b #665be5

#dae55b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae55b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae55b Color CSS Codes

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

#dae55b Text Font Color

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

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


#dae55b Background Color

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

This div background color is #dae55b


#dae55b Border Color

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

This div border color is #dae55b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae55b


Comments

No comments written yet.

Please login to write comment.