Color Hex Logo

#dcf511 Color Hex

#DCF511
(220,245,17)
0 Favorites   0 Comments

Color spaces of #dcf511

RGB 22024517
HSL0.180.920.51
HSV67°93°96°
CMYK 0.100.000.93   0.04
XYZ62.268880.560912.7982
Yxy80.56090.40010.5177
Hunter Lab89.7557-33.236654.3749
CIE-Lab91.9359-30.983688.1265

#dcf511 color RGB value is (220,245,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110101 00010001
Octal 334 365 21
Decimal 220 245 17
Hex DC F5 11

RGB Percentages of Color #dcf511

%45.64
%50.83
%3.53

CMYK Percentages of Color #dcf511

%10
%0
%93
%4

Triadic Colors of #dcf511

#dcf511 #11dcf5 #f511dc

Analogous Colors of #dcf511

#dcf511 #6af511 #f59c11

Monochromatic Colors of #dcf511

#dcf511

Complementary Color

#dcf511 #2a11f5

#dcf511 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf511 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf511 Color CSS Codes

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

#dcf511 Text Font Color

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

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


#dcf511 Background Color

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

This div background color is #dcf511


#dcf511 Border Color

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

This div border color is #dcf511


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf511


Comments

No comments written yet.

Please login to write comment.