Color Hex Logo

#dcf68c Color Hex

#DCF68C
(220,246,140)
0 Favorites   0 Comments

Color spaces of #dcf68c

RGB 220246140
HSL0.210.850.76
HSV75°43°96°
CMYK 0.110.000.43   0.04
XYZ67.204683.020637.2935
Yxy83.02060.35840.4427
Hunter Lab91.1156-27.795339.5136
CIE-Lab93.0235-24.487748.0382

#dcf68c color RGB value is (220,246,140).

#dcf68c hex color red value is 220, green value is 246 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #dcf68c hue: 0.21 , saturation: 0.85 and the lightness value of dcf68c is 0.76.

The process color (four color CMYK) of #dcf68c color hex is 0.11, 0.00, 0.43, 0.04. Web safe color of #dcf68c is #ccff99. Color #dcf68c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110110 10001100
Octal 334 366 214
Decimal 220 246 140
Hex DC F6 8C

RGB Percentages of Color #dcf68c

%36.30
%40.59
%23.10

CMYK Percentages of Color #dcf68c

%11
%0
%43
%4

Triadic Colors of #dcf68c

#dcf68c #8cdcf6 #f68cdc

Analogous Colors of #dcf68c

#dcf68c #a7f68c #f6db8c

Monochromatic Colors of #dcf68c

#dcf68c

Complementary Color

#dcf68c #a68cf6

#dcf68c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf68c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf68c Color CSS Codes

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

#dcf68c Text Font Color

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

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


#dcf68c Background Color

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

This div background color is #dcf68c


#dcf68c Border Color

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

This div border color is #dcf68c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf68c


Comments

No comments written yet.

Please login to write comment.