Color Hex Logo

#dcff07 Color Hex

#DCFF07
(220,255,7)
0 Favorites   0 Comments

Color spaces of #dcff07

RGB 2202557
HSL0.191.000.51
HSV68°97°100°
CMYK 0.140.000.97   0.00
XYZ65.313686.751013.5032
Yxy86.75100.39450.5240
Hunter Lab93.1402-37.824156.6025
CIE-Lab94.6325-35.641191.0089

#dcff07 color RGB value is (220,255,7).

#dcff07 hex color red value is 220, green value is 255 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #dcff07 hue: 0.19 , saturation: 1.00 and the lightness value of dcff07 is 0.51.

The process color (four color CMYK) of #dcff07 color hex is 0.14, 0.00, 0.97, 0.00. Web safe color of #dcff07 is #ccff00. Color #dcff07 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111111 00000111
Octal 334 377 7
Decimal 220 255 7
Hex DC FF 7

RGB Percentages of Color #dcff07

%45.64
%52.90
%1.45

CMYK Percentages of Color #dcff07

%14
%0
%97
%0

Triadic Colors of #dcff07

#dcff07 #07dcff #ff07dc

Analogous Colors of #dcff07

#dcff07 #60ff07 #ffa607

Monochromatic Colors of #dcff07

#dcff07

Complementary Color

#dcff07 #2a07ff

#dcff07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcff07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcff07 Color CSS Codes

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

#dcff07 Text Font Color

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

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


#dcff07 Background Color

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

This div background color is #dcff07


#dcff07 Border Color

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

This div border color is #dcff07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcff07

Related Colors


Comments

No comments written yet.

Please login to write comment.