Color Hex Logo

#dcfc83 Color Hex

#DCFC83
(220,252,131)
0 Favorites   0 Comments

Color spaces of #dcfc83

RGB 220252131
HSL0.210.950.75
HSV76°48°99°
CMYK 0.130.000.48   0.01
XYZ68.422386.475134.5579
Yxy86.47510.36120.4564
Hunter Lab92.9920-31.398043.0609
CIE-Lab94.5151-28.243054.1188

#dcfc83 color RGB value is (220,252,131).

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

The process color (four color CMYK) of #dcfc83 color hex is 0.13, 0.00, 0.48, 0.01. Web safe color of #dcfc83 is #ccff99. Color #dcfc83 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111100 10000011
Octal 334 374 203
Decimal 220 252 131
Hex DC FC 83

RGB Percentages of Color #dcfc83

%36.48
%41.79
%21.72

CMYK Percentages of Color #dcfc83

%13
%0
%48
%1

Triadic Colors of #dcfc83

#dcfc83 #83dcfc #fc83dc

Analogous Colors of #dcfc83

#dcfc83 #a0fc83 #fce083

Monochromatic Colors of #dcfc83

#dcfc83

Complementary Color

#dcfc83 #a383fc

#dcfc83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfc83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfc83 Color CSS Codes

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

#dcfc83 Text Font Color

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

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


#dcfc83 Background Color

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

This div background color is #dcfc83


#dcfc83 Border Color

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

This div border color is #dcfc83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfc83


Comments

No comments written yet.

Please login to write comment.