Color Hex Logo

#dcefcf Color Hex

#DCEFCF
(220,239,207)
0 Favorites   0 Comments

Color spaces of #dcefcf

RGB 220239207
HSL0.270.500.87
HSV96°13°94°
CMYK 0.080.000.13   0.06
XYZ71.644281.453670.9776
Yxy81.45360.31970.3635
Hunter Lab90.2516-16.242316.5481
CIE-Lab92.3332-11.911913.3675

#dcefcf color RGB value is (220,239,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101111 11001111
Octal 334 357 317
Decimal 220 239 207
Hex DC EF CF

RGB Percentages of Color #dcefcf

%33.03
%35.89
%31.08

CMYK Percentages of Color #dcefcf

%8
%0
%13
%6

Triadic Colors of #dcefcf

#dcefcf #cfdcef #efcfdc

Analogous Colors of #dcefcf

#dcefcf #cfefd2 #ecefcf

Monochromatic Colors of #dcefcf

#dcefcf

Complementary Color

#dcefcf #e2cfef

#dcefcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcefcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcefcf Color CSS Codes

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

#dcefcf Text Font Color

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

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


#dcefcf Background Color

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

This div background color is #dcefcf


#dcefcf Border Color

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

This div border color is #dcefcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcefcf


Comments

No comments written yet.

Please login to write comment.