Color Hex Logo

#dcacee Color Hex

#DCACEE
(220,172,238)
0 Favorites   0 Comments

Color spaces of #dcacee

RGB 220172238
HSL0.790.660.80
HSV284°28°93°
CMYK 0.080.280.00   0.07
XYZ59.700350.893787.5658
Yxy50.89370.30130.2568
Hunter Lab71.339824.5320-22.8374
CIE-Lab76.614629.0019-26.3091

#dcacee color RGB value is (220,172,238).

#dcacee hex color red value is 220, green value is 172 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #dcacee hue: 0.79 , saturation: 0.66 and the lightness value of dcacee is 0.80.

The process color (four color CMYK) of #dcacee color hex is 0.08, 0.28, 0.00, 0.07. Web safe color of #dcacee is #cc99ff. Color #dcacee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101100 11101110
Octal 334 254 356
Decimal 220 172 238
Hex DC AC EE

RGB Percentages of Color #dcacee

%34.92
%27.30
%37.78

CMYK Percentages of Color #dcacee

%8
%28
%0
%7

Triadic Colors of #dcacee

#dcacee #eedcac #aceedc

Analogous Colors of #dcacee

#dcacee #eeacdf #bbacee

Monochromatic Colors of #dcacee

#dcacee

Complementary Color

#dcacee #beeeac

#dcacee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcacee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcacee Color CSS Codes

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

#dcacee Text Font Color

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

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


#dcacee Background Color

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

This div background color is #dcacee


#dcacee Border Color

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

This div border color is #dcacee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcacee


Comments

No comments written yet.

Please login to write comment.