Color Hex Logo

#dcefff Color Hex

#DCEFFF
(220,239,255)
0 Favorites   0 Comments

Color spaces of #dcefff

RGB 220239255
HSL0.581.000.93
HSV207°14°100°
CMYK 0.140.060.00   0.00
XYZ78.431784.1686106.7201
Yxy84.16860.29120.3125
Hunter Lab91.7434-7.9509-4.7484
CIE-Lab93.5237-3.1047-9.8329

#dcefff color RGB value is (220,239,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101111 11111111
Octal 334 357 377
Decimal 220 239 255
Hex DC EF FF

RGB Percentages of Color #dcefff

%30.81
%33.47
%35.71

CMYK Percentages of Color #dcefff

%14
%6
%0
%0

Triadic Colors of #dcefff

#dcefff #ffdcef #efffdc

Analogous Colors of #dcefff

#dcefff #dcdeff #dcfffe

Monochromatic Colors of #dcefff

#dcefff

Complementary Color

#dcefff #ffecdc

#dcefff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcefff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcefff Color CSS Codes

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

#dcefff Text Font Color

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

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


#dcefff Background Color

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

This div background color is #dcefff


#dcefff Border Color

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

This div border color is #dcefff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcefff

Related Colors


Comments

No comments written yet.

Please login to write comment.