Color Hex Logo

#dcf896 Color Hex

#DCF896
(220,248,150)
0 Favorites   0 Comments

Color spaces of #dcf896

RGB 220248150
HSL0.210.880.78
HSV77°40°97°
CMYK 0.110.000.40   0.03
XYZ68.587684.552541.5595
Yxy84.55250.35230.4343
Hunter Lab91.9524-27.773137.5696
CIE-Lab93.6899-24.325644.0431

#dcf896 color RGB value is (220,248,150).

#dcf896 hex color red value is 220, green value is 248 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #dcf896 hue: 0.21 , saturation: 0.88 and the lightness value of dcf896 is 0.78.

The process color (four color CMYK) of #dcf896 color hex is 0.11, 0.00, 0.40, 0.03. Web safe color of #dcf896 is #ccff99. Color #dcf896 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111000 10010110
Octal 334 370 226
Decimal 220 248 150
Hex DC F8 96

RGB Percentages of Color #dcf896

%35.60
%40.13
%24.27

CMYK Percentages of Color #dcf896

%11
%0
%40
%3

Triadic Colors of #dcf896

#dcf896 #96dcf8 #f896dc

Analogous Colors of #dcf896

#dcf896 #abf896 #f8e396

Monochromatic Colors of #dcf896

#dcf896

Complementary Color

#dcf896 #b296f8

#dcf896 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf896 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf896 Color CSS Codes

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

#dcf896 Text Font Color

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

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


#dcf896 Background Color

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

This div background color is #dcf896


#dcf896 Border Color

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

This div border color is #dcf896


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf896


Comments

No comments written yet.

Please login to write comment.