Color Hex Logo

#dabeda Color Hex

#DABEDA
(218,190,218)
0 Favorites   0 Comments

Color spaces of #dabeda

RGB 218190218
HSL0.830.270.80
HSV300°13°85°
CMYK 0.000.130.00   0.15
XYZ59.981856.794374.1307
Yxy56.79430.31420.2975
Hunter Lab75.362010.1875-5.5679
CIE-Lab80.063814.8067-10.3175

#dabeda color RGB value is (218,190,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111110 11011010
Octal 332 276 332
Decimal 218 190 218
Hex DA BE DA

RGB Percentages of Color #dabeda

%34.82
%30.35
%34.82

CMYK Percentages of Color #dabeda

%0
%13
%0
%15

Triadic Colors of #dabeda

#dabeda #dadabe #bedada

Analogous Colors of #dabeda

#dabeda #dabecc #ccbeda

Monochromatic Colors of #dabeda

#dabeda

Complementary Color

#dabeda #bedabe

#dabeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabeda Color CSS Codes

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

#dabeda Text Font Color

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

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


#dabeda Background Color

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

This div background color is #dabeda


#dabeda Border Color

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

This div border color is #dabeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabeda


Comments

No comments written yet.

Please login to write comment.