Color Hex Logo

#dcffc5 Color Hex

#DCFFC5
(220,255,197)
0 Favorites   0 Comments

Color spaces of #dcffc5

RGB 220255197
HSL0.271.000.89
HSV96°23°100°
CMYK 0.140.000.23   0.00
XYZ75.353290.766966.3715
Yxy90.76690.32410.3904
Hunter Lab95.2717-25.544425.3855
CIE-Lab96.3140-21.349924.0664

#dcffc5 color RGB value is (220,255,197).

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

The process color (four color CMYK) of #dcffc5 color hex is 0.14, 0.00, 0.23, 0.00. Web safe color of #dcffc5 is #ccffcc. Color #dcffc5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111111 11000101
Octal 334 377 305
Decimal 220 255 197
Hex DC FF C5

RGB Percentages of Color #dcffc5

%32.74
%37.95
%29.32

CMYK Percentages of Color #dcffc5

%14
%0
%23
%0

Triadic Colors of #dcffc5

#dcffc5 #c5dcff #ffc5dc

Analogous Colors of #dcffc5

#dcffc5 #c5ffcb #f9ffc5

Monochromatic Colors of #dcffc5

#dcffc5

Complementary Color

#dcffc5 #e8c5ff

#dcffc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcffc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcffc5 Color CSS Codes

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

#dcffc5 Text Font Color

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

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


#dcffc5 Background Color

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

This div background color is #dcffc5


#dcffc5 Border Color

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

This div border color is #dcffc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcffc5

Related Colors

#dcffc5 Color Palettes


Comments

No comments written yet.

Please login to write comment.