Color Hex Logo

#daebca Color Hex

#DAEBCA
(218,235,202)
0 Favorites   0 Comments

Color spaces of #daebca

RGB 218235202
HSL0.250.450.86
HSV91°14°92°
CMYK 0.070.000.14   0.08
XYZ69.282478.586467.3942
Yxy78.58640.32190.3651
Hunter Lab88.6490-15.631416.9798
CIE-Lab91.0468-11.423614.1185

#daebca color RGB value is (218,235,202).

#daebca hex color red value is 218, green value is 235 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #daebca hue: 0.25 , saturation: 0.45 and the lightness value of daebca is 0.86.

The process color (four color CMYK) of #daebca color hex is 0.07, 0.00, 0.14, 0.08. Web safe color of #daebca is #ccffcc. Color #daebca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101011 11001010
Octal 332 353 312
Decimal 218 235 202
Hex DA EB CA

RGB Percentages of Color #daebca

%33.28
%35.88
%30.84

CMYK Percentages of Color #daebca

%7
%0
%14
%8

Triadic Colors of #daebca

#daebca #cadaeb #ebcada

Analogous Colors of #daebca

#daebca #caebcb #ebebca

Monochromatic Colors of #daebca

#daebca

Complementary Color

#daebca #dbcaeb

#daebca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daebca Color Preview on White Background

Lorem ipsum dolor sit amet.

#daebca Color CSS Codes

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

#daebca Text Font Color

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

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


#daebca Background Color

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

This div background color is #daebca


#daebca Border Color

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

This div border color is #daebca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daebca

#daebca Color Palettes


Comments

No comments written yet.

Please login to write comment.