Color Hex Logo

#dacaef Color Hex

#DACAEF
(218,202,239)
0 Favorites   0 Comments

Color spaces of #dacaef

RGB 218202239
HSL0.740.540.86
HSV266°15°94°
CMYK 0.090.150.00   0.06
XYZ65.614063.378590.4364
Yxy63.37850.29900.2888
Hunter Lab79.61067.7987-11.6251
CIE-Lab83.641112.4111-16.2049

#dacaef color RGB value is (218,202,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001010 11101111
Octal 332 312 357
Decimal 218 202 239
Hex DA CA EF

RGB Percentages of Color #dacaef

%33.08
%30.65
%36.27

CMYK Percentages of Color #dacaef

%9
%15
%0
%6

Triadic Colors of #dacaef

#dacaef #efdaca #caefda

Analogous Colors of #dacaef

#dacaef #edcaef #cacdef

Monochromatic Colors of #dacaef

#dacaef

Complementary Color

#dacaef #dfefca

#dacaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacaef Color CSS Codes

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

#dacaef Text Font Color

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

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


#dacaef Background Color

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

This div background color is #dacaef


#dacaef Border Color

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

This div border color is #dacaef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,202,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 #dacaef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacaef


Comments

No comments written yet.

Please login to write comment.