Color Hex Logo

#dceeef Color Hex

#DCEEEF
(220,238,239)
0 Favorites   0 Comments

Color spaces of #dceeef

RGB 220238239
HSL0.510.370.90
HSV183°94°
CMYK 0.080.000.00   0.06
XYZ75.669782.596793.6159
Yxy82.59670.30040.3279
Hunter Lab90.8827-10.42422.5448
CIE-Lab92.8376-5.7184-2.5268

#dceeef color RGB value is (220,238,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101110 11101111
Octal 334 356 357
Decimal 220 238 239
Hex DC EE EF

RGB Percentages of Color #dceeef

%31.56
%34.15
%34.29

CMYK Percentages of Color #dceeef

%8
%0
%0
%6

Triadic Colors of #dceeef

#dceeef #efdcee #eeefdc

Analogous Colors of #dceeef

#dceeef #dce5ef #dcefe7

Monochromatic Colors of #dceeef

#dceeef

Complementary Color

#dceeef #efdddc

#dceeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceeef Color CSS Codes

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

#dceeef Text Font Color

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

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


#dceeef Background Color

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

This div background color is #dceeef


#dceeef Border Color

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

This div border color is #dceeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dceeef


Comments

No comments written yet.

Please login to write comment.