Color Hex Logo

#dceefe Color Hex

#DCEEFE
(220,238,254)
0 Favorites   0 Comments

Color spaces of #dceefe

RGB 220238254
HSL0.580.940.93
HSV208°13°100°
CMYK 0.130.060.00   0.00
XYZ77.979183.5205105.7771
Yxy83.52050.29180.3125
Hunter Lab91.3896-7.6247-4.6514
CIE-Lab93.2418-2.7938-9.7319

#dceefe color RGB value is (220,238,254).

#dceefe hex color red value is 220, green value is 238 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #dceefe hue: 0.58 , saturation: 0.94 and the lightness value of dceefe is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101110 11111110
Octal 334 356 376
Decimal 220 238 254
Hex DC EE FE

RGB Percentages of Color #dceefe

%30.90
%33.43
%35.67

CMYK Percentages of Color #dceefe

%13
%6
%0
%0

Triadic Colors of #dceefe

#dceefe #fedcee #eefedc

Analogous Colors of #dceefe

#dceefe #dcddfe #dcfefd

Monochromatic Colors of #dceefe

#dceefe

Complementary Color

#dceefe #feecdc

#dceefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceefe Color CSS Codes

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

#dceefe Text Font Color

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

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


#dceefe Background Color

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

This div background color is #dceefe


#dceefe Border Color

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

This div border color is #dceefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dceefe


Comments

No comments written yet.

Please login to write comment.