Color Hex Logo

#dcfcc8 Color Hex

#DCFCC8
(220,252,200)
0 Favorites   0 Comments

Color spaces of #dcfcc8

RGB 220252200
HSL0.270.900.89
HSV97°21°99°
CMYK 0.130.000.21   0.01
XYZ74.750989.006667.8838
Yxy89.00660.32270.3842
Hunter Lab94.3433-23.670123.3788
CIE-Lab95.5832-19.436121.5281

#dcfcc8 color RGB value is (220,252,200).

#dcfcc8 hex color red value is 220, green value is 252 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #dcfcc8 hue: 0.27 , saturation: 0.90 and the lightness value of dcfcc8 is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111100 11001000
Octal 334 374 310
Decimal 220 252 200
Hex DC FC C8

RGB Percentages of Color #dcfcc8

%32.74
%37.50
%29.76

CMYK Percentages of Color #dcfcc8

%13
%0
%21
%1

Triadic Colors of #dcfcc8

#dcfcc8 #c8dcfc #fcc8dc

Analogous Colors of #dcfcc8

#dcfcc8 #c8fcce #f6fcc8

Monochromatic Colors of #dcfcc8

#dcfcc8

Complementary Color

#dcfcc8 #e8c8fc

#dcfcc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfcc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfcc8 Color CSS Codes

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

#dcfcc8 Text Font Color

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

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


#dcfcc8 Background Color

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

This div background color is #dcfcc8


#dcfcc8 Border Color

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

This div border color is #dcfcc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfcc8

Related Colors


Comments

No comments written yet.

Please login to write comment.