Color Hex Logo

#dcf246 Color Hex

#DCF246
(220,242,70)
0 Favorites   0 Comments

Color spaces of #dcf246

RGB 22024270
HSL0.190.870.61
HSV68°71°95°
CMYK 0.090.000.71   0.05
XYZ62.372879.162117.7868
Yxy79.16210.39150.4969
Hunter Lab88.9731-30.569050.4284
CIE-Lab91.3076-28.033575.6823

#dcf246 color RGB value is (220,242,70).

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

The process color (four color CMYK) of #dcf246 color hex is 0.09, 0.00, 0.71, 0.05. Web safe color of #dcf246 is #ccff33. Color #dcf246 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110010 01000110
Octal 334 362 106
Decimal 220 242 70
Hex DC F2 46

RGB Percentages of Color #dcf246

%41.35
%45.49
%13.16

CMYK Percentages of Color #dcf246

%9
%0
%71
%5

Triadic Colors of #dcf246

#dcf246 #46dcf2 #f246dc

Analogous Colors of #dcf246

#dcf246 #86f246 #f2b246

Monochromatic Colors of #dcf246

#dcf246

Complementary Color

#dcf246 #5c46f2

#dcf246 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf246 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf246 Color CSS Codes

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

#dcf246 Text Font Color

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

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


#dcf246 Background Color

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

This div background color is #dcf246


#dcf246 Border Color

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

This div border color is #dcf246


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,242,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 #dcf246">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf246


Comments

No comments written yet.

Please login to write comment.