Color Hex Logo

#dabced Color Hex

#DABCED
(218,188,237)
0 Favorites   0 Comments

Color spaces of #dabced

RGB 218188237
HSL0.770.580.83
HSV277°21°93°
CMYK 0.080.210.00   0.07
XYZ62.182756.986387.8428
Yxy56.98630.30040.2753
Hunter Lab75.489314.9294-16.1501
CIE-Lab80.171919.5233-20.3717

#dabced color RGB value is (218,188,237).

#dabced hex color red value is 218, green value is 188 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #dabced hue: 0.77 , saturation: 0.58 and the lightness value of dabced is 0.83.

The process color (four color CMYK) of #dabced color hex is 0.08, 0.21, 0.00, 0.07. Web safe color of #dabced is #ccccff. Color #dabced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111100 11101101
Octal 332 274 355
Decimal 218 188 237
Hex DA BC ED

RGB Percentages of Color #dabced

%33.90
%29.24
%36.86

CMYK Percentages of Color #dabced

%8
%21
%0
%7

Triadic Colors of #dabced

#dabced #eddabc #bcedda

Analogous Colors of #dabced

#dabced #edbce8 #c2bced

Monochromatic Colors of #dabced

#dabced

Complementary Color

#dabced #cfedbc

#dabced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabced Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabced Color CSS Codes

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

#dabced Text Font Color

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

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


#dabced Background Color

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

This div background color is #dabced


#dabced Border Color

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

This div border color is #dabced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabced


Comments

No comments written yet.

Please login to write comment.