Color Hex Logo

#daeb7d Color Hex

#DAEB7D
(218,235,125)
0 Favorites   0 Comments

Color spaces of #daeb7d

RGB 218235125
HSL0.190.730.71
HSV69°47°92°
CMYK 0.070.000.47   0.08
XYZ62.323475.802830.7486
Yxy75.80280.36910.4489
Hunter Lab87.0648-24.588240.0060
CIE-Lab89.7677-21.510851.1426

#daeb7d color RGB value is (218,235,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101011 01111101
Octal 332 353 175
Decimal 218 235 125
Hex DA EB 7D

RGB Percentages of Color #daeb7d

%37.72
%40.66
%21.63

CMYK Percentages of Color #daeb7d

%7
%0
%47
%8

Triadic Colors of #daeb7d

#daeb7d #7ddaeb #eb7dda

Analogous Colors of #daeb7d

#daeb7d #a3eb7d #ebc57d

Monochromatic Colors of #daeb7d

#daeb7d

Complementary Color

#daeb7d #8e7deb

#daeb7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daeb7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#daeb7d Color CSS Codes

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

#daeb7d Text Font Color

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

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


#daeb7d Background Color

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

This div background color is #daeb7d


#daeb7d Border Color

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

This div border color is #daeb7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daeb7d


Comments

No comments written yet.

Please login to write comment.