Color Hex Logo

#daebc3 Color Hex

#DAEBC3
(218,235,195)
0 Favorites   0 Comments

Color spaces of #daebc3

RGB 218235195
HSL0.240.500.84
HSV85°17°92°
CMYK 0.070.000.17   0.08
XYZ68.472178.262263.1270
Yxy78.26220.32630.3729
Hunter Lab88.4659-16.657419.6183
CIE-Lab90.8994-12.549417.5405

#daebc3 color RGB value is (218,235,195).

#daebc3 hex color red value is 218, green value is 235 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #daebc3 hue: 0.24 , saturation: 0.50 and the lightness value of daebc3 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101011 11000011
Octal 332 353 303
Decimal 218 235 195
Hex DA EB C3

RGB Percentages of Color #daebc3

%33.64
%36.27
%30.09

CMYK Percentages of Color #daebc3

%7
%0
%17
%8

Triadic Colors of #daebc3

#daebc3 #c3daeb #ebc3da

Analogous Colors of #daebc3

#daebc3 #c6ebc3 #ebe8c3

Monochromatic Colors of #daebc3

#daebc3

Complementary Color

#daebc3 #d4c3eb

#daebc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daebc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daebc3 Color CSS Codes

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

#daebc3 Text Font Color

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

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


#daebc3 Background Color

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

This div background color is #daebc3


#daebc3 Border Color

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

This div border color is #daebc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daebc3


Comments

No comments written yet.

Please login to write comment.