Color Hex Logo

#dcf628 Color Hex

#DCF628
(220,246,40)
0 Favorites   0 Comments

Color spaces of #dcf628

RGB 22024640
HSL0.190.920.56
HSV68°84°96°
CMYK 0.110.000.84   0.04
XYZ62.854081.280414.3834
Yxy81.28040.39650.5128
Hunter Lab90.1556-33.327253.6498
CIE-Lab92.2563-31.008484.7904

#dcf628 color RGB value is (220,246,40).

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

The process color (four color CMYK) of #dcf628 color hex is 0.11, 0.00, 0.84, 0.04. Web safe color of #dcf628 is #ccff33. Color #dcf628 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110110 00101000
Octal 334 366 50
Decimal 220 246 40
Hex DC F6 28

RGB Percentages of Color #dcf628

%43.48
%48.62
%7.91

CMYK Percentages of Color #dcf628

%11
%0
%84
%4

Triadic Colors of #dcf628

#dcf628 #28dcf6 #f628dc

Analogous Colors of #dcf628

#dcf628 #75f628 #f6a928

Monochromatic Colors of #dcf628

#dcf628

Complementary Color

#dcf628 #4228f6

#dcf628 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf628 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf628 Color CSS Codes

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

#dcf628 Text Font Color

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

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


#dcf628 Background Color

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

This div background color is #dcf628


#dcf628 Border Color

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

This div border color is #dcf628


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf628


Comments

No comments written yet.

Please login to write comment.