Color Hex Logo

#dabcdf Color Hex

#DABCDF
(218,188,223)
0 Favorites   0 Comments

Color spaces of #dabcdf

RGB 218188223
HSL0.810.350.81
HSV291°16°87°
CMYK 0.020.160.00   0.13
XYZ60.215956.199677.4859
Yxy56.19960.31050.2898
Hunter Lab74.966412.1869-8.8062
CIE-Lab79.727316.8143-13.5130

#dabcdf color RGB value is (218,188,223).

#dabcdf hex color red value is 218, green value is 188 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #dabcdf hue: 0.81 , saturation: 0.35 and the lightness value of dabcdf is 0.81.

The process color (four color CMYK) of #dabcdf color hex is 0.02, 0.16, 0.00, 0.13. Web safe color of #dabcdf is #cccccc. Color #dabcdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111100 11011111
Octal 332 274 337
Decimal 218 188 223
Hex DA BC DF

RGB Percentages of Color #dabcdf

%34.66
%29.89
%35.45

CMYK Percentages of Color #dabcdf

%2
%16
%0
%13

Triadic Colors of #dabcdf

#dabcdf #dfdabc #bcdfda

Analogous Colors of #dabcdf

#dabcdf #dfbcd3 #c9bcdf

Monochromatic Colors of #dabcdf

#dabcdf

Complementary Color

#dabcdf #c1dfbc

#dabcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabcdf Color CSS Codes

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

#dabcdf Text Font Color

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

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


#dabcdf Background Color

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

This div background color is #dabcdf


#dabcdf Border Color

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

This div border color is #dabcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabcdf


Comments

No comments written yet.

Please login to write comment.