Color Hex Logo

#dabedc Color Hex

#DABEDC
(218,190,220)
0 Favorites   0 Comments

Color spaces of #dabedc

RGB 218190220
HSL0.820.300.80
HSV296°14°86°
CMYK 0.010.140.00   0.14
XYZ60.245256.899675.5176
Yxy56.89960.31270.2953
Hunter Lab75.431810.5571-6.5551
CIE-Lab80.123115.1778-11.3056

#dabedc color RGB value is (218,190,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111110 11011100
Octal 332 276 334
Decimal 218 190 220
Hex DA BE DC

RGB Percentages of Color #dabedc

%34.71
%30.25
%35.03

CMYK Percentages of Color #dabedc

%1
%14
%0
%14

Triadic Colors of #dabedc

#dabedc #dcdabe #bedcda

Analogous Colors of #dabedc

#dabedc #dcbecf #cbbedc

Monochromatic Colors of #dabedc

#dabedc

Complementary Color

#dabedc #c0dcbe

#dabedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabedc Color CSS Codes

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

#dabedc Text Font Color

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

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


#dabedc Background Color

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

This div background color is #dabedc


#dabedc Border Color

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

This div border color is #dabedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabedc


Comments

No comments written yet.

Please login to write comment.