Color Hex Logo

#dcf574 Color Hex

#DCF574
(220,245,116)
0 Favorites   0 Comments

Color spaces of #dcf574

RGB 220245116
HSL0.200.870.71
HSV72°53°96°
CMYK 0.100.000.53   0.04
XYZ65.320081.781428.8657
Yxy81.78140.37120.4648
Hunter Lab90.4331-29.326944.3781
CIE-Lab92.4783-26.341258.5510

#dcf574 color RGB value is (220,245,116).

#dcf574 hex color red value is 220, green value is 245 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #dcf574 hue: 0.20 , saturation: 0.87 and the lightness value of dcf574 is 0.71.

The process color (four color CMYK) of #dcf574 color hex is 0.10, 0.00, 0.53, 0.04. Web safe color of #dcf574 is #ccff66. Color #dcf574 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110101 01110100
Octal 334 365 164
Decimal 220 245 116
Hex DC F5 74

RGB Percentages of Color #dcf574

%37.87
%42.17
%19.97

CMYK Percentages of Color #dcf574

%10
%0
%53
%4

Triadic Colors of #dcf574

#dcf574 #74dcf5 #f574dc

Analogous Colors of #dcf574

#dcf574 #9cf574 #f5ce74

Monochromatic Colors of #dcf574

#dcf574

Complementary Color

#dcf574 #8d74f5

#dcf574 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf574 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf574 Color CSS Codes

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

#dcf574 Text Font Color

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

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


#dcf574 Background Color

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

This div background color is #dcf574


#dcf574 Border Color

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

This div border color is #dcf574


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf574


Comments

No comments written yet.

Please login to write comment.