Color Hex Logo

#dcf201 Color Hex

#DCF201
(220,242,1)
0 Favorites   0 Comments

Color spaces of #dcf201

RGB 2202421
HSL0.180.990.48
HSV65°100°95°
CMYK 0.090.001.00   0.05
XYZ61.272878.722111.9942
Yxy78.72210.40310.5179
Hunter Lab88.7255-31.999554.0928
CIE-Lab91.1084-29.744488.7958

#dcf201 color RGB value is (220,242,1).

#dcf201 hex color red value is 220, green value is 242 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #dcf201 hue: 0.18 , saturation: 0.99 and the lightness value of dcf201 is 0.48.

The process color (four color CMYK) of #dcf201 color hex is 0.09, 0.00, 1.00, 0.05. Web safe color of #dcf201 is #ccff00. Color #dcf201 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110010 00000001
Octal 334 362 1
Decimal 220 242 1
Hex DC F2 1

RGB Percentages of Color #dcf201

%47.52
%52.27
%0.22

CMYK Percentages of Color #dcf201

%9
%0
%100
%5

Triadic Colors of #dcf201

#dcf201 #01dcf2 #f201dc

Analogous Colors of #dcf201

#dcf201 #63f201 #f29001

Monochromatic Colors of #dcf201

#dcf201

Complementary Color

#dcf201 #1701f2

#dcf201 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf201 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf201 Color CSS Codes

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

#dcf201 Text Font Color

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

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


#dcf201 Background Color

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

This div background color is #dcf201


#dcf201 Border Color

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

This div border color is #dcf201


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf201


Comments

No comments written yet.

Please login to write comment.