Color Hex Logo

#dacbef Color Hex

#DACBEF
(218,203,239)
0 Favorites   0 Comments

Color spaces of #dacbef

RGB 218203239
HSL0.740.530.87
HSV265°15°94°
CMYK 0.090.150.00   0.06
XYZ65.849463.849390.5149
Yxy63.84930.29900.2899
Hunter Lab79.90587.2647-11.2279
CIE-Lab83.887211.8780-15.8349

#dacbef color RGB value is (218,203,239).

#dacbef hex color red value is 218, green value is 203 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dacbef hue: 0.74 , saturation: 0.53 and the lightness value of dacbef is 0.87.

The process color (four color CMYK) of #dacbef color hex is 0.09, 0.15, 0.00, 0.06. Web safe color of #dacbef is #ccccff. Color #dacbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001011 11101111
Octal 332 313 357
Decimal 218 203 239
Hex DA CB EF

RGB Percentages of Color #dacbef

%33.03
%30.76
%36.21

CMYK Percentages of Color #dacbef

%9
%15
%0
%6

Triadic Colors of #dacbef

#dacbef #efdacb #cbefda

Analogous Colors of #dacbef

#dacbef #eccbef #cbceef

Monochromatic Colors of #dacbef

#dacbef

Complementary Color

#dacbef #e0efcb

#dacbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacbef Color CSS Codes

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

#dacbef Text Font Color

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

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


#dacbef Background Color

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

This div background color is #dacbef


#dacbef Border Color

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

This div border color is #dacbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacbef


Comments

No comments written yet.

Please login to write comment.