Color Hex Logo

#dabbcf Color Hex

#DABBCF
(218,187,207)
0 Favorites   0 Comments

Color spaces of #dabbcf

RGB 218187207
HSL0.890.300.79
HSV321°14°85°
CMYK 0.000.140.05   0.15
XYZ57.946354.951166.5840
Yxy54.95110.32290.3062
Hunter Lab74.12909.8068-1.3650
CIE-Lab79.013114.4282-5.9435

#dabbcf color RGB value is (218,187,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111011 11001111
Octal 332 273 317
Decimal 218 187 207
Hex DA BB CF

RGB Percentages of Color #dabbcf

%35.62
%30.56
%33.82

CMYK Percentages of Color #dabbcf

%0
%14
%5
%15

Triadic Colors of #dabbcf

#dabbcf #cfdabb #bbcfda

Analogous Colors of #dabbcf

#dabbcf #dabbc0 #d6bbda

Monochromatic Colors of #dabbcf

#dabbcf

Complementary Color

#dabbcf #bbdac6

#dabbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabbcf Color CSS Codes

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

#dabbcf Text Font Color

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

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


#dabbcf Background Color

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

This div background color is #dabbcf


#dabbcf Border Color

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

This div border color is #dabbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabbcf


Comments

No comments written yet.

Please login to write comment.