Color Hex Logo

#dcf514 Color Hex

#DCF514
(220,245,20)
0 Favorites   0 Comments

Color spaces of #dcf514

RGB 22024520
HSL0.190.920.52
HSV67°92°96°
CMYK 0.100.000.92   0.04
XYZ62.293980.571012.9303
Yxy80.57100.39980.5172
Hunter Lab89.7614-33.204354.2921
CIE-Lab91.9405-30.944787.7983

#dcf514 color RGB value is (220,245,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110101 00010100
Octal 334 365 24
Decimal 220 245 20
Hex DC F5 14

RGB Percentages of Color #dcf514

%45.36
%50.52
%4.12

CMYK Percentages of Color #dcf514

%10
%0
%92
%4

Triadic Colors of #dcf514

#dcf514 #14dcf5 #f514dc

Analogous Colors of #dcf514

#dcf514 #6cf514 #f59e14

Monochromatic Colors of #dcf514

#dcf514

Complementary Color

#dcf514 #2d14f5

#dcf514 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf514 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf514 Color CSS Codes

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

#dcf514 Text Font Color

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

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


#dcf514 Background Color

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

This div background color is #dcf514


#dcf514 Border Color

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

This div border color is #dcf514


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf514


Comments

No comments written yet.

Please login to write comment.