Color Hex Logo

#daeb88 Color Hex

#DAEB88
(218,235,136)
0 Favorites   0 Comments

Color spaces of #daeb88

RGB 218235136
HSL0.200.710.73
HSV70°42°92°
CMYK 0.070.000.42   0.08
XYZ63.065776.099734.6573
Yxy76.09970.36280.4378
Hunter Lab87.2351-23.616937.5095
CIE-Lab89.9056-20.387546.0407

#daeb88 color RGB value is (218,235,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101011 10001000
Octal 332 353 210
Decimal 218 235 136
Hex DA EB 88

RGB Percentages of Color #daeb88

%37.01
%39.90
%23.09

CMYK Percentages of Color #daeb88

%7
%0
%42
%8

Triadic Colors of #daeb88

#daeb88 #88daeb #eb88da

Analogous Colors of #daeb88

#daeb88 #a9eb88 #ebcb88

Monochromatic Colors of #daeb88

#daeb88

Complementary Color

#daeb88 #9988eb

#daeb88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daeb88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daeb88 Color CSS Codes

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

#daeb88 Text Font Color

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

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


#daeb88 Background Color

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

This div background color is #daeb88


#daeb88 Border Color

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

This div border color is #daeb88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daeb88


Comments

No comments written yet.

Please login to write comment.