Color Hex Logo

#dcfa83 Color Hex

#DCFA83
(220,250,131)
0 Favorites   0 Comments

Color spaces of #dcfa83

RGB 220250131
HSL0.210.920.75
HSV75°48°98°
CMYK 0.120.000.48   0.02
XYZ67.797585.225634.3496
Yxy85.22560.36180.4548
Hunter Lab92.3177-30.466842.5618
CIE-Lab93.9802-27.305753.4713

#dcfa83 color RGB value is (220,250,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111010 10000011
Octal 334 372 203
Decimal 220 250 131
Hex DC FA 83

RGB Percentages of Color #dcfa83

%36.61
%41.60
%21.80

CMYK Percentages of Color #dcfa83

%12
%0
%48
%2

Triadic Colors of #dcfa83

#dcfa83 #83dcfa #fa83dc

Analogous Colors of #dcfa83

#dcfa83 #a1fa83 #fadd83

Monochromatic Colors of #dcfa83

#dcfa83

Complementary Color

#dcfa83 #a183fa

#dcfa83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfa83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfa83 Color CSS Codes

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

#dcfa83 Text Font Color

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

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


#dcfa83 Background Color

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

This div background color is #dcfa83


#dcfa83 Border Color

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

This div border color is #dcfa83


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,250,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 #dcfa83">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfa83


Comments

No comments written yet.

Please login to write comment.