Color Hex Logo

#dabbd7 Color Hex

#DABBD7
(218,187,215)
0 Favorites   0 Comments

Color spaces of #dabbd7

RGB 218187215
HSL0.850.300.79
HSV306°14°85°
CMYK 0.000.140.01   0.15
XYZ58.949555.352471.8671
Yxy55.35240.31660.2973
Hunter Lab74.399211.2342-5.1927
CIE-Lab79.243815.8663-9.9218

#dabbd7 color RGB value is (218,187,215).

#dabbd7 hex color red value is 218, green value is 187 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #dabbd7 hue: 0.85 , saturation: 0.30 and the lightness value of dabbd7 is 0.79.

The process color (four color CMYK) of #dabbd7 color hex is 0.00, 0.14, 0.01, 0.15. Web safe color of #dabbd7 is #cccccc. Color #dabbd7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111011 11010111
Octal 332 273 327
Decimal 218 187 215
Hex DA BB D7

RGB Percentages of Color #dabbd7

%35.16
%30.16
%34.68

CMYK Percentages of Color #dabbd7

%0
%14
%1
%15

Triadic Colors of #dabbd7

#dabbd7 #d7dabb #bbd7da

Analogous Colors of #dabbd7

#dabbd7 #dabbc8 #cebbda

Monochromatic Colors of #dabbd7

#dabbd7

Complementary Color

#dabbd7 #bbdabe

#dabbd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabbd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabbd7 Color CSS Codes

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

#dabbd7 Text Font Color

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

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


#dabbd7 Background Color

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

This div background color is #dabbd7


#dabbd7 Border Color

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

This div border color is #dabbd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabbd7


Comments

No comments written yet.

Please login to write comment.