Color Hex Logo

#daedab Color Hex

#DAEDAB
(218,237,171)
0 Favorites   0 Comments

Color spaces of #daedab

RGB 218237171
HSL0.210.650.80
HSV77°28°93°
CMYK 0.080.000.28   0.07
XYZ66.548378.414150.1560
Yxy78.41410.34110.4019
Hunter Lab88.5517-20.819428.4042
CIE-Lab90.9685-17.085029.9679

#daedab color RGB value is (218,237,171).

#daedab hex color red value is 218, green value is 237 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #daedab hue: 0.21 , saturation: 0.65 and the lightness value of daedab is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101101 10101011
Octal 332 355 253
Decimal 218 237 171
Hex DA ED AB

RGB Percentages of Color #daedab

%34.82
%37.86
%27.32

CMYK Percentages of Color #daedab

%8
%0
%28
%7

Triadic Colors of #daedab

#daedab #abdaed #edabda

Analogous Colors of #daedab

#daedab #b9edab #eddfab

Monochromatic Colors of #daedab

#daedab

Complementary Color

#daedab #beabed

#daedab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daedab Color Preview on White Background

Lorem ipsum dolor sit amet.

#daedab Color CSS Codes

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

#daedab Text Font Color

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

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


#daedab Background Color

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

This div background color is #daedab


#daedab Border Color

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

This div border color is #daedab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daedab


Comments

No comments written yet.

Please login to write comment.