Color Hex Logo

#dcfcc0 Color Hex

#DCFCC0
(220,252,192)
0 Favorites   0 Comments

Color spaces of #dcfcc0

RGB 220252192
HSL0.260.910.87
HSV92°24°99°
CMYK 0.130.000.24   0.01
XYZ73.840088.642263.0870
Yxy88.64220.32730.3930
Hunter Lab94.1500-24.768426.1766
CIE-Lab95.4307-20.661225.3882

#dcfcc0 color RGB value is (220,252,192).

#dcfcc0 hex color red value is 220, green value is 252 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #dcfcc0 hue: 0.26 , saturation: 0.91 and the lightness value of dcfcc0 is 0.87.

The process color (four color CMYK) of #dcfcc0 color hex is 0.13, 0.00, 0.24, 0.01. Web safe color of #dcfcc0 is #ccffcc. Color #dcfcc0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111100 11000000
Octal 334 374 300
Decimal 220 252 192
Hex DC FC C0

RGB Percentages of Color #dcfcc0

%33.13
%37.95
%28.92

CMYK Percentages of Color #dcfcc0

%13
%0
%24
%1

Triadic Colors of #dcfcc0

#dcfcc0 #c0dcfc #fcc0dc

Analogous Colors of #dcfcc0

#dcfcc0 #c0fcc2 #fafcc0

Monochromatic Colors of #dcfcc0

#dcfcc0

Complementary Color

#dcfcc0 #e0c0fc

#dcfcc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfcc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfcc0 Color CSS Codes

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

#dcfcc0 Text Font Color

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

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


#dcfcc0 Background Color

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

This div background color is #dcfcc0


#dcfcc0 Border Color

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

This div border color is #dcfcc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfcc0


Comments

No comments written yet.

Please login to write comment.