Color Hex Logo

#daeb51 Color Hex

#DAEB51
(218,235,81)
0 Favorites   0 Comments

Color spaces of #daeb51

RGB 21823581
HSL0.190.790.62
HSV67°66°92°
CMYK 0.070.000.66   0.08
XYZ60.107074.916219.0769
Yxy74.91620.39010.4862
Hunter Lab86.5541-27.511547.5201
CIE-Lab89.3537-24.938169.7317

#daeb51 color RGB value is (218,235,81).

#daeb51 hex color red value is 218, green value is 235 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #daeb51 hue: 0.19 , saturation: 0.79 and the lightness value of daeb51 is 0.62.

The process color (four color CMYK) of #daeb51 color hex is 0.07, 0.00, 0.66, 0.08. Web safe color of #daeb51 is #ccff66. Color #daeb51 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101011 01010001
Octal 332 353 121
Decimal 218 235 81
Hex DA EB 51

RGB Percentages of Color #daeb51

%40.82
%44.01
%15.17

CMYK Percentages of Color #daeb51

%7
%0
%66
%8

Triadic Colors of #daeb51

#daeb51 #51daeb #eb51da

Analogous Colors of #daeb51

#daeb51 #8deb51 #ebaf51

Monochromatic Colors of #daeb51

#daeb51

Complementary Color

#daeb51 #6251eb

#daeb51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daeb51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daeb51 Color CSS Codes

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

#daeb51 Text Font Color

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

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


#daeb51 Background Color

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

This div background color is #daeb51


#daeb51 Border Color

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

This div border color is #daeb51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daeb51


Comments

No comments written yet.

Please login to write comment.