Color Hex Logo

#dcf483 Color Hex

#DCF483
(220,244,131)
0 Favorites   0 Comments

Color spaces of #dcf483

RGB 220244131
HSL0.200.840.74
HSV73°46°96°
CMYK 0.100.000.46   0.04
XYZ65.962681.555733.7380
Yxy81.55570.36390.4499
Hunter Lab90.3082-27.660041.0657
CIE-Lab92.3784-24.468451.5224

#dcf483 color RGB value is (220,244,131).

#dcf483 hex color red value is 220, green value is 244 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #dcf483 hue: 0.20 , saturation: 0.84 and the lightness value of dcf483 is 0.74.

The process color (four color CMYK) of #dcf483 color hex is 0.10, 0.00, 0.46, 0.04. Web safe color of #dcf483 is #ccff99. Color #dcf483 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110100 10000011
Octal 334 364 203
Decimal 220 244 131
Hex DC F4 83

RGB Percentages of Color #dcf483

%36.97
%41.01
%22.02

CMYK Percentages of Color #dcf483

%10
%0
%46
%4

Triadic Colors of #dcf483

#dcf483 #83dcf4 #f483dc

Analogous Colors of #dcf483

#dcf483 #a4f483 #f4d483

Monochromatic Colors of #dcf483

#dcf483

Complementary Color

#dcf483 #9b83f4

#dcf483 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf483 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf483 Color CSS Codes

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

#dcf483 Text Font Color

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

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


#dcf483 Background Color

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

This div background color is #dcf483


#dcf483 Border Color

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

This div border color is #dcf483


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf483


Comments

No comments written yet.

Please login to write comment.