Color Hex Logo

#dabbd5 Color Hex

#DABBD5
(218,187,213)
0 Favorites   0 Comments

Color spaces of #dabbd5

RGB 218187213
HSL0.860.300.79
HSV310°14°85°
CMYK 0.000.140.02   0.15
XYZ58.694055.250270.5216
Yxy55.25020.31820.2995
Hunter Lab74.330510.8716-4.2205
CIE-Lab79.185215.5022-8.9293

#dabbd5 color RGB value is (218,187,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111011 11010101
Octal 332 273 325
Decimal 218 187 213
Hex DA BB D5

RGB Percentages of Color #dabbd5

%35.28
%30.26
%34.47

CMYK Percentages of Color #dabbd5

%0
%14
%2
%15

Triadic Colors of #dabbd5

#dabbd5 #d5dabb #bbd5da

Analogous Colors of #dabbd5

#dabbd5 #dabbc6 #d0bbda

Monochromatic Colors of #dabbd5

#dabbd5

Complementary Color

#dabbd5 #bbdac0

#dabbd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabbd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabbd5 Color CSS Codes

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

#dabbd5 Text Font Color

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

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


#dabbd5 Background Color

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

This div background color is #dabbd5


#dabbd5 Border Color

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

This div border color is #dabbd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabbd5


Comments

No comments written yet.

Please login to write comment.