Color Hex Logo

#daebcb Color Hex

#DAEBCB
(218,235,203)
0 Favorites   0 Comments

Color spaces of #daebcb

RGB 218235203
HSL0.260.440.86
HSV92°14°92°
CMYK 0.070.000.14   0.08
XYZ69.401378.633968.0199
Yxy78.63390.32120.3640
Hunter Lab88.6758-15.481116.5939
CIE-Lab91.0684-11.259313.6299

#daebcb color RGB value is (218,235,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101011 11001011
Octal 332 353 313
Decimal 218 235 203
Hex DA EB CB

RGB Percentages of Color #daebcb

%33.23
%35.82
%30.95

CMYK Percentages of Color #daebcb

%7
%0
%14
%8

Triadic Colors of #daebcb

#daebcb #cbdaeb #ebcbda

Analogous Colors of #daebcb

#daebcb #cbebcc #eaebcb

Monochromatic Colors of #daebcb

#daebcb

Complementary Color

#daebcb #dccbeb

#daebcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daebcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#daebcb Color CSS Codes

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

#daebcb Text Font Color

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

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


#daebcb Background Color

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

This div background color is #daebcb


#daebcb Border Color

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

This div border color is #daebcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daebcb


Comments

No comments written yet.

Please login to write comment.