Color Hex Logo

#daeb7a Color Hex

#DAEB7A
(218,235,122)
0 Favorites   0 Comments

Color spaces of #daeb7a

RGB 218235122
HSL0.190.740.70
HSV69°48°92°
CMYK 0.070.000.48   0.08
XYZ62.134675.727229.7543
Yxy75.72720.37070.4518
Hunter Lab87.0214-24.835740.6426
CIE-Lab89.7325-21.798352.5119

#daeb7a color RGB value is (218,235,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101011 01111010
Octal 332 353 172
Decimal 218 235 122
Hex DA EB 7A

RGB Percentages of Color #daeb7a

%37.91
%40.87
%21.22

CMYK Percentages of Color #daeb7a

%7
%0
%48
%8

Triadic Colors of #daeb7a

#daeb7a #7adaeb #eb7ada

Analogous Colors of #daeb7a

#daeb7a #a2eb7a #ebc47a

Monochromatic Colors of #daeb7a

#daeb7a

Complementary Color

#daeb7a #8b7aeb

#daeb7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daeb7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#daeb7a Color CSS Codes

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

#daeb7a Text Font Color

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

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


#daeb7a Background Color

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

This div background color is #daeb7a


#daeb7a Border Color

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

This div border color is #daeb7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daeb7a


Comments

No comments written yet.

Please login to write comment.