Color Hex Logo

#dcf646 Color Hex

#DCF646
(220,246,70)
0 Favorites   0 Comments

Color spaces of #dcf646

RGB 22024670
HSL0.190.910.62
HSV69°72°96°
CMYK 0.110.000.72   0.04
XYZ63.576581.569418.1880
Yxy81.56940.38920.4994
Hunter Lab90.3158-32.400151.2811
CIE-Lab92.3845-29.898076.7231

#dcf646 color RGB value is (220,246,70).

#dcf646 hex color red value is 220, green value is 246 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #dcf646 hue: 0.19 , saturation: 0.91 and the lightness value of dcf646 is 0.62.

The process color (four color CMYK) of #dcf646 color hex is 0.11, 0.00, 0.72, 0.04. Web safe color of #dcf646 is #ccff33. Color #dcf646 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110110 01000110
Octal 334 366 106
Decimal 220 246 70
Hex DC F6 46

RGB Percentages of Color #dcf646

%41.04
%45.90
%13.06

CMYK Percentages of Color #dcf646

%11
%0
%72
%4

Triadic Colors of #dcf646

#dcf646 #46dcf6 #f646dc

Analogous Colors of #dcf646

#dcf646 #84f646 #f6b846

Monochromatic Colors of #dcf646

#dcf646

Complementary Color

#dcf646 #6046f6

#dcf646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf646 Color CSS Codes

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

#dcf646 Text Font Color

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

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


#dcf646 Background Color

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

This div background color is #dcf646


#dcf646 Border Color

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

This div border color is #dcf646


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf646


Comments

No comments written yet.

Please login to write comment.