Color Hex Logo

#dcefef Color Hex

#DCEFEF
(220,239,239)
0 Favorites   0 Comments

Color spaces of #dcefef

RGB 220239239
HSL0.500.370.90
HSV180°94°
CMYK 0.080.000.00   0.06
XYZ75.961783.180693.7132
Yxy83.18060.30040.3290
Hunter Lab91.2034-10.93652.9208
CIE-Lab93.0934-6.2260-2.1515

#dcefef color RGB value is (220,239,239).

#dcefef hex color red value is 220, green value is 239 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dcefef hue: 0.50 , saturation: 0.37 and the lightness value of dcefef is 0.90.

The process color (four color CMYK) of #dcefef color hex is 0.08, 0.00, 0.00, 0.06. Web safe color of #dcefef is #ccffff. Color #dcefef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101111 11101111
Octal 334 357 357
Decimal 220 239 239
Hex DC EF EF

RGB Percentages of Color #dcefef

%31.52
%34.24
%34.24

CMYK Percentages of Color #dcefef

%8
%0
%0
%6

Triadic Colors of #dcefef

#dcefef #efdcef #efefdc

Analogous Colors of #dcefef

#dcefef #dce6ef #dcefe6

Monochromatic Colors of #dcefef

#dcefef

Complementary Color

#dcefef #efdcdc

#dcefef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcefef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcefef Color CSS Codes

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

#dcefef Text Font Color

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

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


#dcefef Background Color

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

This div background color is #dcefef


#dcefef Border Color

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

This div border color is #dcefef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcefef


Comments

No comments written yet.

Please login to write comment.