Color Hex Logo

#dcfa82 Color Hex

#DCFA82
(220,250,130)
0 Favorites   0 Comments

Color spaces of #dcfa82

RGB 220250130
HSL0.210.920.75
HSV75°48°98°
CMYK 0.120.000.48   0.02
XYZ67.730185.198633.9943
Yxy85.19860.36230.4558
Hunter Lab92.3031-30.550842.7762
CIE-Lab93.9686-27.403753.9223

#dcfa82 color RGB value is (220,250,130).

#dcfa82 hex color red value is 220, green value is 250 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #dcfa82 hue: 0.21 , saturation: 0.92 and the lightness value of dcfa82 is 0.75.

The process color (four color CMYK) of #dcfa82 color hex is 0.12, 0.00, 0.48, 0.02. Web safe color of #dcfa82 is #ccff99. Color #dcfa82 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111010 10000010
Octal 334 372 202
Decimal 220 250 130
Hex DC FA 82

RGB Percentages of Color #dcfa82

%36.67
%41.67
%21.67

CMYK Percentages of Color #dcfa82

%12
%0
%48
%2

Triadic Colors of #dcfa82

#dcfa82 #82dcfa #fa82dc

Analogous Colors of #dcfa82

#dcfa82 #a0fa82 #fadc82

Monochromatic Colors of #dcfa82

#dcfa82

Complementary Color

#dcfa82 #a082fa

#dcfa82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfa82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfa82 Color CSS Codes

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

#dcfa82 Text Font Color

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

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


#dcfa82 Background Color

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

This div background color is #dcfa82


#dcfa82 Border Color

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

This div border color is #dcfa82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfa82


Comments

No comments written yet.

Please login to write comment.