Color Hex Logo

#dfccec Color Hex

#DFCCEC
(223,204,236)
0 Favorites   0 Comments

Color spaces of #dfccec

RGB 223204236
HSL0.770.460.86
HSV276°14°93°
CMYK 0.060.140.00   0.07
XYZ67.164664.929888.3496
Yxy64.92980.30470.2945
Hunter Lab80.57907.7708-8.6023
CIE-Lab84.447512.3890-13.3572

#dfccec color RGB value is (223,204,236).

#dfccec hex color red value is 223, green value is 204 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #dfccec hue: 0.77 , saturation: 0.46 and the lightness value of dfccec is 0.86.

The process color (four color CMYK) of #dfccec color hex is 0.06, 0.14, 0.00, 0.07. Web safe color of #dfccec is #ccccff. Color #dfccec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001100 11101100
Octal 337 314 354
Decimal 223 204 236
Hex DF CC EC

RGB Percentages of Color #dfccec

%33.63
%30.77
%35.60

CMYK Percentages of Color #dfccec

%6
%14
%0
%7

Triadic Colors of #dfccec

#dfccec #ecdfcc #ccecdf

Analogous Colors of #dfccec

#dfccec #eccce9 #cfccec

Monochromatic Colors of #dfccec

#dfccec

Complementary Color

#dfccec #d9eccc

#dfccec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfccec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfccec Color CSS Codes

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

#dfccec Text Font Color

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

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


#dfccec Background Color

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

This div background color is #dfccec


#dfccec Border Color

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

This div border color is #dfccec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfccec


Comments

No comments written yet.

Please login to write comment.