Color Hex Logo

#dcf831 Color Hex

#DCF831
(220,248,49)
0 Favorites   0 Comments

Color spaces of #dcf831

RGB 22024849
HSL0.190.930.58
HSV68°80°97°
CMYK 0.110.000.80   0.03
XYZ63.637082.572215.4897
Yxy82.57220.39360.5107
Hunter Lab90.8692-34.015153.5018
CIE-Lab92.8268-31.666083.2267

#dcf831 color RGB value is (220,248,49).

#dcf831 hex color red value is 220, green value is 248 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #dcf831 hue: 0.19 , saturation: 0.93 and the lightness value of dcf831 is 0.58.

The process color (four color CMYK) of #dcf831 color hex is 0.11, 0.00, 0.80, 0.03. Web safe color of #dcf831 is #ccff33. Color #dcf831 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111000 00110001
Octal 334 370 61
Decimal 220 248 49
Hex DC F8 31

RGB Percentages of Color #dcf831

%42.55
%47.97
%9.48

CMYK Percentages of Color #dcf831

%11
%0
%80
%3

Triadic Colors of #dcf831

#dcf831 #31dcf8 #f831dc

Analogous Colors of #dcf831

#dcf831 #79f831 #f8b131

Monochromatic Colors of #dcf831

#dcf831

Complementary Color

#dcf831 #4d31f8

#dcf831 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf831 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf831 Color CSS Codes

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

#dcf831 Text Font Color

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

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


#dcf831 Background Color

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

This div background color is #dcf831


#dcf831 Border Color

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

This div border color is #dcf831


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf831


Comments

No comments written yet.

Please login to write comment.