Color Hex Logo

#dcf414 Color Hex

#DCF414
(220,244,20)
0 Favorites   0 Comments

Color spaces of #dcf414

RGB 22024420
HSL0.180.910.52
HSV66°92°96°
CMYK 0.100.000.92   0.04
XYZ61.992279.967512.8298
Yxy79.96750.40050.5166
Hunter Lab89.4245-32.750654.0908
CIE-Lab91.6703-30.482487.5879

#dcf414 color RGB value is (220,244,20).

#dcf414 hex color red value is 220, green value is 244 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #dcf414 hue: 0.18 , saturation: 0.91 and the lightness value of dcf414 is 0.52.

The process color (four color CMYK) of #dcf414 color hex is 0.10, 0.00, 0.92, 0.04. Web safe color of #dcf414 is #ccff00. Color #dcf414 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110100 00010100
Octal 334 364 24
Decimal 220 244 20
Hex DC F4 14

RGB Percentages of Color #dcf414

%45.45
%50.41
%4.13

CMYK Percentages of Color #dcf414

%10
%0
%92
%4

Triadic Colors of #dcf414

#dcf414 #14dcf4 #f414dc

Analogous Colors of #dcf414

#dcf414 #6cf414 #f49c14

Monochromatic Colors of #dcf414

#dcf414

Complementary Color

#dcf414 #2c14f4

#dcf414 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf414 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf414 Color CSS Codes

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

#dcf414 Text Font Color

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

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


#dcf414 Background Color

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

This div background color is #dcf414


#dcf414 Border Color

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

This div border color is #dcf414


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf414

Related Colors


Comments

No comments written yet.

Please login to write comment.