Color Hex Logo

#dcf063 Color Hex

#DCF063
(220,240,99)
0 Favorites   0 Comments

Color spaces of #dcf063

RGB 22024099
HSL0.190.820.66
HSV69°59°94°
CMYK 0.080.000.59   0.06
XYZ62.927478.436723.6275
Yxy78.43670.38140.4754
Hunter Lab88.5645-28.158946.1776
CIE-Lab90.9788-25.332464.2615

#dcf063 color RGB value is (220,240,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110000 01100011
Octal 334 360 143
Decimal 220 240 99
Hex DC F0 63

RGB Percentages of Color #dcf063

%39.36
%42.93
%17.71

CMYK Percentages of Color #dcf063

%8
%0
%59
%6

Triadic Colors of #dcf063

#dcf063 #63dcf0 #f063dc

Analogous Colors of #dcf063

#dcf063 #96f063 #f0be63

Monochromatic Colors of #dcf063

#dcf063

Complementary Color

#dcf063 #7763f0

#dcf063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf063 Color CSS Codes

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

#dcf063 Text Font Color

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

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


#dcf063 Background Color

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

This div background color is #dcf063


#dcf063 Border Color

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

This div border color is #dcf063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf063


Comments

No comments written yet.

Please login to write comment.