Color Hex Logo

#dcefc3 Color Hex

#DCEFC3
(220,239,195)
0 Favorites   0 Comments

Color spaces of #dcefc3

RGB 220239195
HSL0.240.580.85
HSV86°18°94°
CMYK 0.080.000.18   0.06
XYZ70.232080.888863.5412
Yxy80.88880.32720.3768
Hunter Lab89.9382-18.002721.0684
CIE-Lab92.0822-13.839819.2158

#dcefc3 color RGB value is (220,239,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101111 11000011
Octal 334 357 303
Decimal 220 239 195
Hex DC EF C3

RGB Percentages of Color #dcefc3

%33.64
%36.54
%29.82

CMYK Percentages of Color #dcefc3

%8
%0
%18
%6

Triadic Colors of #dcefc3

#dcefc3 #c3dcef #efc3dc

Analogous Colors of #dcefc3

#dcefc3 #c6efc3 #efecc3

Monochromatic Colors of #dcefc3

#dcefc3

Complementary Color

#dcefc3 #d6c3ef

#dcefc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcefc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcefc3 Color CSS Codes

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

#dcefc3 Text Font Color

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

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


#dcefc3 Background Color

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

This div background color is #dcefc3


#dcefc3 Border Color

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

This div border color is #dcefc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcefc3


Comments

No comments written yet.

Please login to write comment.