Color Hex Logo

#dceffc Color Hex

#DCEFFC
(220,239,252)
0 Favorites   0 Comments

Color spaces of #dceffc

RGB 220239252
HSL0.570.840.93
HSV204°13°99°
CMYK 0.130.050.00   0.01
XYZ77.952483.9769104.1961
Yxy83.97690.29290.3156
Hunter Lab91.6389-8.5275-3.2672
CIE-Lab93.4405-3.7033-8.3977

#dceffc color RGB value is (220,239,252).

#dceffc hex color red value is 220, green value is 239 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #dceffc hue: 0.57 , saturation: 0.84 and the lightness value of dceffc is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101111 11111100
Octal 334 357 374
Decimal 220 239 252
Hex DC EF FC

RGB Percentages of Color #dceffc

%30.94
%33.61
%35.44

CMYK Percentages of Color #dceffc

%13
%5
%0
%1

Triadic Colors of #dceffc

#dceffc #fcdcef #effcdc

Analogous Colors of #dceffc

#dceffc #dcdffc #dcfcf9

Monochromatic Colors of #dceffc

#dceffc

Complementary Color

#dceffc #fce9dc

#dceffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceffc Color CSS Codes

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

#dceffc Text Font Color

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

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


#dceffc Background Color

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

This div background color is #dceffc


#dceffc Border Color

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

This div border color is #dceffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dceffc


Comments

No comments written yet.

Please login to write comment.