Color Hex Logo

#dcf631 Color Hex

#DCF631
(220,246,49)
0 Favorites   0 Comments

Color spaces of #dcf631

RGB 22024649
HSL0.190.920.58
HSV68°80°96°
CMYK 0.110.000.80   0.04
XYZ63.025381.348915.2859
Yxy81.34890.39470.5095
Hunter Lab90.1936-33.107053.0871
CIE-Lab92.2867-30.744182.7554

#dcf631 color RGB value is (220,246,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110110 00110001
Octal 334 366 61
Decimal 220 246 49
Hex DC F6 31

RGB Percentages of Color #dcf631

%42.72
%47.77
%9.51

CMYK Percentages of Color #dcf631

%11
%0
%80
%4

Triadic Colors of #dcf631

#dcf631 #31dcf6 #f631dc

Analogous Colors of #dcf631

#dcf631 #7af631 #f6ae31

Monochromatic Colors of #dcf631

#dcf631

Complementary Color

#dcf631 #4b31f6

#dcf631 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf631 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf631 Color CSS Codes

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

#dcf631 Text Font Color

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

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


#dcf631 Background Color

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

This div background color is #dcf631


#dcf631 Border Color

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

This div border color is #dcf631


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf631


Comments

No comments written yet.

Please login to write comment.