Color Hex Logo

#dadebb Color Hex

#DADEBB
(218,222,187)
0 Favorites   0 Comments

Color spaces of #dadebb

RGB 218222187
HSL0.190.350.80
HSV67°16°87°
CMYK 0.020.000.16   0.13
XYZ64.004470.735857.2937
Yxy70.73580.33330.3684
Hunter Lab84.1046-11.342818.4837
CIE-Lab87.3565-7.246816.7356

#dadebb color RGB value is (218,222,187).

#dadebb hex color red value is 218, green value is 222 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #dadebb hue: 0.19 , saturation: 0.35 and the lightness value of dadebb is 0.80.

The process color (four color CMYK) of #dadebb color hex is 0.02, 0.00, 0.16, 0.13. Web safe color of #dadebb is #cccccc. Color #dadebb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011110 10111011
Octal 332 336 273
Decimal 218 222 187
Hex DA DE BB

RGB Percentages of Color #dadebb

%34.77
%35.41
%29.82

CMYK Percentages of Color #dadebb

%2
%0
%16
%13

Triadic Colors of #dadebb

#dadebb #bbdade #debbda

Analogous Colors of #dadebb

#dadebb #c9debb #ded1bb

Monochromatic Colors of #dadebb

#dadebb

Complementary Color

#dadebb #bfbbde

#dadebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadebb Color CSS Codes

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

#dadebb Text Font Color

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

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


#dadebb Background Color

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

This div background color is #dadebb


#dadebb Border Color

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

This div border color is #dadebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadebb


Comments

No comments written yet.

Please login to write comment.