Color Hex Logo

#dcf702 Color Hex

#DCF702
(220,247,2)
0 Favorites   0 Comments

Color spaces of #dcf702

RGB 2202472
HSL0.190.980.49
HSV67°99°97°
CMYK 0.110.000.99   0.03
XYZ62.786981.741612.5259
Yxy81.74160.39980.5205
Hunter Lab90.4111-34.258255.0735
CIE-Lab92.4607-32.044489.7310

#dcf702 color RGB value is (220,247,2).

#dcf702 hex color red value is 220, green value is 247 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #dcf702 hue: 0.19 , saturation: 0.98 and the lightness value of dcf702 is 0.49.

The process color (four color CMYK) of #dcf702 color hex is 0.11, 0.00, 0.99, 0.03. Web safe color of #dcf702 is #ccff00. Color #dcf702 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110111 00000010
Octal 334 367 2
Decimal 220 247 2
Hex DC F7 2

RGB Percentages of Color #dcf702

%46.91
%52.67
%0.43

CMYK Percentages of Color #dcf702

%11
%0
%99
%3

Triadic Colors of #dcf702

#dcf702 #02dcf7 #f702dc

Analogous Colors of #dcf702

#dcf702 #62f702 #f79802

Monochromatic Colors of #dcf702

#dcf702

Complementary Color

#dcf702 #1d02f7

#dcf702 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf702 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf702 Color CSS Codes

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

#dcf702 Text Font Color

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

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


#dcf702 Background Color

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

This div background color is #dcf702


#dcf702 Border Color

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

This div border color is #dcf702


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf702


Comments

No comments written yet.

Please login to write comment.