Color Hex Logo

#dccfee Color Hex

#DCCFEE
(220,207,238)
0 Favorites   0 Comments

Color spaces of #dccfee

RGB 220207238
HSL0.740.480.87
HSV265°13°93°
CMYK 0.080.130.00   0.07
XYZ67.260666.014390.0859
Yxy66.01430.30110.2956
Hunter Lab81.24925.5818-8.8640
CIE-Lab85.003710.2039-13.6124

#dccfee color RGB value is (220,207,238).

#dccfee hex color red value is 220, green value is 207 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #dccfee hue: 0.74 , saturation: 0.48 and the lightness value of dccfee is 0.87.

The process color (four color CMYK) of #dccfee color hex is 0.08, 0.13, 0.00, 0.07. Web safe color of #dccfee is #ccccff. Color #dccfee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001111 11101110
Octal 334 317 356
Decimal 220 207 238
Hex DC CF EE

RGB Percentages of Color #dccfee

%33.08
%31.13
%35.79

CMYK Percentages of Color #dccfee

%8
%13
%0
%7

Triadic Colors of #dccfee

#dccfee #eedccf #cfeedc

Analogous Colors of #dccfee

#dccfee #eccfee #cfd2ee

Monochromatic Colors of #dccfee

#dccfee

Complementary Color

#dccfee #e1eecf

#dccfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccfee Color CSS Codes

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

#dccfee Text Font Color

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

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


#dccfee Background Color

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

This div background color is #dccfee


#dccfee Border Color

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

This div border color is #dccfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccfee


Comments

No comments written yet.

Please login to write comment.