Color Hex Logo

#dceaff Color Hex

#DCEAFF
(220,234,255)
0 Favorites   0 Comments

Color spaces of #dceaff

RGB 220234255
HSL0.601.000.93
HSV216°14°100°
CMYK 0.140.080.00   0.00
XYZ76.988081.2813106.2389
Yxy81.28130.29110.3073
Hunter Lab90.1561-5.3448-6.7573
CIE-Lab92.2567-0.5391-11.7183

#dceaff color RGB value is (220,234,255).

#dceaff hex color red value is 220, green value is 234 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dceaff hue: 0.60 , saturation: 1.00 and the lightness value of dceaff is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101010 11111111
Octal 334 352 377
Decimal 220 234 255
Hex DC EA FF

RGB Percentages of Color #dceaff

%31.03
%33.00
%35.97

CMYK Percentages of Color #dceaff

%14
%8
%0
%0

Triadic Colors of #dceaff

#dceaff #ffdcea #eaffdc

Analogous Colors of #dceaff

#dceaff #e0dcff #dcfcff

Monochromatic Colors of #dceaff

#dceaff

Complementary Color

#dceaff #fff1dc

#dceaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceaff Color CSS Codes

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

#dceaff Text Font Color

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

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


#dceaff Background Color

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

This div background color is #dceaff


#dceaff Border Color

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

This div border color is #dceaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dceaff

#dceaff Color Palettes


Comments

No comments written yet.

Please login to write comment.