Color Hex Logo

#daeb05 Color Hex

#DAEB05
(218,235,5)
0 Favorites   0 Comments

Color spaces of #daeb05

RGB 2182355
HSL0.180.960.47
HSV64°98°92°
CMYK 0.070.000.98   0.08
XYZ58.649274.333011.4002
Yxy74.33300.40620.5148
Hunter Lab86.2166-29.453652.5118
CIE-Lab89.0796-27.254786.9074

#daeb05 color RGB value is (218,235,5).

#daeb05 hex color red value is 218, green value is 235 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #daeb05 hue: 0.18 , saturation: 0.96 and the lightness value of daeb05 is 0.47.

The process color (four color CMYK) of #daeb05 color hex is 0.07, 0.00, 0.98, 0.08. Web safe color of #daeb05 is #ccff00. Color #daeb05 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101011 00000101
Octal 332 353 5
Decimal 218 235 5
Hex DA EB 5

RGB Percentages of Color #daeb05

%47.60
%51.31
%1.09

CMYK Percentages of Color #daeb05

%7
%0
%98
%8

Triadic Colors of #daeb05

#daeb05 #05daeb #eb05da

Analogous Colors of #daeb05

#daeb05 #67eb05 #eb8905

Monochromatic Colors of #daeb05

#daeb05

Complementary Color

#daeb05 #1605eb

#daeb05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daeb05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daeb05 Color CSS Codes

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

#daeb05 Text Font Color

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

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


#daeb05 Background Color

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

This div background color is #daeb05


#daeb05 Border Color

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

This div border color is #daeb05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daeb05


Comments

No comments written yet.

Please login to write comment.