Color Hex Logo

#daebae Color Hex

#DAEBAE
(218,235,174)
0 Favorites   0 Comments

Color spaces of #daebae

RGB 218235174
HSL0.210.600.80
HSV77°26°92°
CMYK 0.070.000.26   0.08
XYZ66.261877.378151.4875
Yxy77.37810.33960.3966
Hunter Lab87.9648-19.478726.8718
CIE-Lab90.4954-15.683527.7972

#daebae color RGB value is (218,235,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101011 10101110
Octal 332 353 256
Decimal 218 235 174
Hex DA EB AE

RGB Percentages of Color #daebae

%34.77
%37.48
%27.75

CMYK Percentages of Color #daebae

%7
%0
%26
%8

Triadic Colors of #daebae

#daebae #aedaeb #ebaeda

Analogous Colors of #daebae

#daebae #bcebae #ebdeae

Monochromatic Colors of #daebae

#daebae

Complementary Color

#daebae #bfaeeb

#daebae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daebae Color Preview on White Background

Lorem ipsum dolor sit amet.

#daebae Color CSS Codes

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

#daebae Text Font Color

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

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


#daebae Background Color

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

This div background color is #daebae


#daebae Border Color

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

This div border color is #daebae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daebae


Comments

No comments written yet.

Please login to write comment.