Color Hex Logo

#dabebf Color Hex

#DABEBF
(218,190,191)
0 Favorites   0 Comments

Color spaces of #dabebf

RGB 218190191
HSL0.990.270.80
HSV358°13°85°
CMYK 0.000.130.12   0.15
XYZ56.730955.493957.0116
Yxy55.49390.33520.3279
Hunter Lab74.49425.57136.7704
CIE-Lab79.324910.09903.1535

#dabebf color RGB value is (218,190,191).

#dabebf hex color red value is 218, green value is 190 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #dabebf hue: 0.99 , saturation: 0.27 and the lightness value of dabebf is 0.80.

The process color (four color CMYK) of #dabebf color hex is 0.00, 0.13, 0.12, 0.15. Web safe color of #dabebf is #cccccc. Color #dabebf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111110 10111111
Octal 332 276 277
Decimal 218 190 191
Hex DA BE BF

RGB Percentages of Color #dabebf

%36.39
%31.72
%31.89

CMYK Percentages of Color #dabebf

%0
%13
%12
%15

Triadic Colors of #dabebf

#dabebf #bfdabe #bebfda

Analogous Colors of #dabebf

#dabebf #dacbbe #dabecd

Monochromatic Colors of #dabebf

#dabebf

Complementary Color

#dabebf #bedad9

#dabebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabebf Color CSS Codes

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

#dabebf Text Font Color

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

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


#dabebf Background Color

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

This div background color is #dabebf


#dabebf Border Color

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

This div border color is #dabebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabebf


Comments

No comments written yet.

Please login to write comment.