Color Hex Logo

#daebab Color Hex

#DAEBAB
(218,235,171)
0 Favorites   0 Comments

Color spaces of #daebab

RGB 218235171
HSL0.210.620.80
HSV76°27°92°
CMYK 0.070.000.27   0.08
XYZ65.972577.262449.9641
Yxy77.26240.34150.3999
Hunter Lab87.8990-19.850427.8273
CIE-Lab90.4423-16.100829.2578

#daebab color RGB value is (218,235,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101011 10101011
Octal 332 353 253
Decimal 218 235 171
Hex DA EB AB

RGB Percentages of Color #daebab

%34.94
%37.66
%27.40

CMYK Percentages of Color #daebab

%7
%0
%27
%8

Triadic Colors of #daebab

#daebab #abdaeb #ebabda

Analogous Colors of #daebab

#daebab #baebab #ebdcab

Monochromatic Colors of #daebab

#daebab

Complementary Color

#daebab #bcabeb

#daebab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daebab Color Preview on White Background

Lorem ipsum dolor sit amet.

#daebab Color CSS Codes

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

#daebab Text Font Color

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

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


#daebab Background Color

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

This div background color is #daebab


#daebab Border Color

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

This div border color is #daebab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,235,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 #daebab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daebab


Comments

No comments written yet.

Please login to write comment.