Color Hex Logo

#daeb0d Color Hex

#DAEB0D
(218,235,13)
0 Favorites   0 Comments

Color spaces of #daeb0d

RGB 21823513
HSL0.180.900.49
HSV65°94°92°
CMYK 0.070.000.94   0.08
XYZ58.694474.351111.6385
Yxy74.35110.40570.5139
Hunter Lab86.2271-29.393252.3563
CIE-Lab89.0882-27.182186.2699

#daeb0d color RGB value is (218,235,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101011 00001101
Octal 332 353 15
Decimal 218 235 13
Hex DA EB D

RGB Percentages of Color #daeb0d

%46.78
%50.43
%2.79

CMYK Percentages of Color #daeb0d

%7
%0
%94
%8

Triadic Colors of #daeb0d

#daeb0d #0ddaeb #eb0dda

Analogous Colors of #daeb0d

#daeb0d #6beb0d #eb8d0d

Monochromatic Colors of #daeb0d

#daeb0d

Complementary Color

#daeb0d #1e0deb

#daeb0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daeb0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#daeb0d Color CSS Codes

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

#daeb0d Text Font Color

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

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


#daeb0d Background Color

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

This div background color is #daeb0d


#daeb0d Border Color

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

This div border color is #daeb0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daeb0d


Comments

No comments written yet.

Please login to write comment.