Color Hex Logo

#daeb81 Color Hex

#DAEB81
(218,235,129)
0 Favorites   0 Comments

Color spaces of #daeb81

RGB 218235129
HSL0.190.730.71
HSV70°45°92°
CMYK 0.070.000.45   0.08
XYZ62.584275.907132.1219
Yxy75.90710.36680.4449
Hunter Lab87.1247-24.246439.1277
CIE-Lab89.8162-21.114849.3011

#daeb81 color RGB value is (218,235,129).

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

The process color (four color CMYK) of #daeb81 color hex is 0.07, 0.00, 0.45, 0.08. Web safe color of #daeb81 is #ccff99. Color #daeb81 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101011 10000001
Octal 332 353 201
Decimal 218 235 129
Hex DA EB 81

RGB Percentages of Color #daeb81

%37.46
%40.38
%22.16

CMYK Percentages of Color #daeb81

%7
%0
%45
%8

Triadic Colors of #daeb81

#daeb81 #81daeb #eb81da

Analogous Colors of #daeb81

#daeb81 #a5eb81 #ebc781

Monochromatic Colors of #daeb81

#daeb81

Complementary Color

#daeb81 #9281eb

#daeb81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daeb81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daeb81 Color CSS Codes

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

#daeb81 Text Font Color

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

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


#daeb81 Background Color

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

This div background color is #daeb81


#daeb81 Border Color

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

This div border color is #daeb81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daeb81


Comments

No comments written yet.

Please login to write comment.