Color Hex Logo

#dceefa Color Hex

#DCEEFA
(220,238,250)
0 Favorites   0 Comments

Color spaces of #dceefa

RGB 220238250
HSL0.570.750.92
HSV204°12°98°
CMYK 0.120.050.00   0.02
XYZ77.345183.2668102.4381
Yxy83.26680.29400.3165
Hunter Lab91.2506-8.3900-2.6836
CIE-Lab93.1311-3.5885-7.8163

#dceefa color RGB value is (220,238,250).

#dceefa hex color red value is 220, green value is 238 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #dceefa hue: 0.57 , saturation: 0.75 and the lightness value of dceefa is 0.92.

The process color (four color CMYK) of #dceefa color hex is 0.12, 0.05, 0.00, 0.02. Web safe color of #dceefa is #ccffff. Color #dceefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101110 11111010
Octal 334 356 372
Decimal 220 238 250
Hex DC EE FA

RGB Percentages of Color #dceefa

%31.07
%33.62
%35.31

CMYK Percentages of Color #dceefa

%12
%5
%0
%2

Triadic Colors of #dceefa

#dceefa #fadcee #eefadc

Analogous Colors of #dceefa

#dceefa #dcdffa #dcfaf7

Monochromatic Colors of #dceefa

#dceefa

Complementary Color

#dceefa #fae8dc

#dceefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceefa Color CSS Codes

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

#dceefa Text Font Color

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

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


#dceefa Background Color

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

This div background color is #dceefa


#dceefa Border Color

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

This div border color is #dceefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dceefa

#dceefa Color Palettes


Comments

No comments written yet.

Please login to write comment.