Color Hex Logo

#dcf06e Color Hex

#DCF06E
(220,240,110)
0 Favorites   0 Comments

Color spaces of #dcf06e

RGB 220240110
HSL0.190.810.69
HSV69°54°94°
CMYK 0.080.000.54   0.06
XYZ63.489878.661626.5888
Yxy78.66160.37630.4662
Hunter Lab88.6914-27.430544.3094
CIE-Lab91.0810-24.478359.6129

#dcf06e color RGB value is (220,240,110).

#dcf06e hex color red value is 220, green value is 240 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #dcf06e hue: 0.19 , saturation: 0.81 and the lightness value of dcf06e is 0.69.

The process color (four color CMYK) of #dcf06e color hex is 0.08, 0.00, 0.54, 0.06. Web safe color of #dcf06e is #ccff66. Color #dcf06e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110000 01101110
Octal 334 360 156
Decimal 220 240 110
Hex DC F0 6E

RGB Percentages of Color #dcf06e

%38.60
%42.11
%19.30

CMYK Percentages of Color #dcf06e

%8
%0
%54
%6

Triadic Colors of #dcf06e

#dcf06e #6edcf0 #f06edc

Analogous Colors of #dcf06e

#dcf06e #9bf06e #f0c36e

Monochromatic Colors of #dcf06e

#dcf06e

Complementary Color

#dcf06e #826ef0

#dcf06e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf06e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf06e Color CSS Codes

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

#dcf06e Text Font Color

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

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


#dcf06e Background Color

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

This div background color is #dcf06e


#dcf06e Border Color

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

This div border color is #dcf06e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf06e


Comments

No comments written yet.

Please login to write comment.