Color Hex Logo

#dcf073 Color Hex

#DCF073
(220,240,115)
0 Favorites   0 Comments

Color spaces of #dcf073

RGB 220240115
HSL0.190.810.70
HSV70°52°94°
CMYK 0.080.000.52   0.06
XYZ63.769878.773628.0635
Yxy78.77360.37380.4617
Hunter Lab88.7545-27.068743.3811
CIE-Lab91.1318-24.055757.4308

#dcf073 color RGB value is (220,240,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110000 01110011
Octal 334 360 163
Decimal 220 240 115
Hex DC F0 73

RGB Percentages of Color #dcf073

%38.26
%41.74
%20.00

CMYK Percentages of Color #dcf073

%8
%0
%52
%6

Triadic Colors of #dcf073

#dcf073 #73dcf0 #f073dc

Analogous Colors of #dcf073

#dcf073 #9ef073 #f0c673

Monochromatic Colors of #dcf073

#dcf073

Complementary Color

#dcf073 #8773f0

#dcf073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf073 Color CSS Codes

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

#dcf073 Text Font Color

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

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


#dcf073 Background Color

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

This div background color is #dcf073


#dcf073 Border Color

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

This div border color is #dcf073


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf073


Comments

No comments written yet.

Please login to write comment.