Color Hex Logo

#dcceef Color Hex

#DCCEEF
(220,206,239)
0 Favorites   0 Comments

Color spaces of #dcceef

RGB 220206239
HSL0.740.510.87
HSV265°14°94°
CMYK 0.080.140.00   0.06
XYZ67.166565.590390.7815
Yxy65.59030.30050.2934
Hunter Lab80.98786.3086-9.7683
CIE-Lab84.787010.9301-14.4681

#dcceef color RGB value is (220,206,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001110 11101111
Octal 334 316 357
Decimal 220 206 239
Hex DC CE EF

RGB Percentages of Color #dcceef

%33.08
%30.98
%35.94

CMYK Percentages of Color #dcceef

%8
%14
%0
%6

Triadic Colors of #dcceef

#dcceef #efdcce #ceefdc

Analogous Colors of #dcceef

#dcceef #edceef #ced1ef

Monochromatic Colors of #dcceef

#dcceef

Complementary Color

#dcceef #e1efce

#dcceef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcceef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcceef Color CSS Codes

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

#dcceef Text Font Color

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

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


#dcceef Background Color

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

This div background color is #dcceef


#dcceef Border Color

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

This div border color is #dcceef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcceef


Comments

No comments written yet.

Please login to write comment.