Color Hex Logo

#dcf916 Color Hex

#DCF916
(220,249,22)
0 Favorites   0 Comments

Color spaces of #dcf916

RGB 22024922
HSL0.190.950.53
HSV68°91°98°
CMYK 0.120.000.91   0.02
XYZ63.535783.024913.4358
Yxy83.02490.39710.5189
Hunter Lab91.1180-34.990255.0400
CIE-Lab93.0253-32.753988.4041

#dcf916 color RGB value is (220,249,22).

#dcf916 hex color red value is 220, green value is 249 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #dcf916 hue: 0.19 , saturation: 0.95 and the lightness value of dcf916 is 0.53.

The process color (four color CMYK) of #dcf916 color hex is 0.12, 0.00, 0.91, 0.02. Web safe color of #dcf916 is #ccff00. Color #dcf916 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111001 00010110
Octal 334 371 26
Decimal 220 249 22
Hex DC F9 16

RGB Percentages of Color #dcf916

%44.81
%50.71
%4.48

CMYK Percentages of Color #dcf916

%12
%0
%91
%2

Triadic Colors of #dcf916

#dcf916 #16dcf9 #f916dc

Analogous Colors of #dcf916

#dcf916 #6bf916 #f9a516

Monochromatic Colors of #dcf916

#dcf916

Complementary Color

#dcf916 #3316f9

#dcf916 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf916 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf916 Color CSS Codes

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

#dcf916 Text Font Color

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

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


#dcf916 Background Color

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

This div background color is #dcf916


#dcf916 Border Color

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

This div border color is #dcf916


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf916


Comments

No comments written yet.

Please login to write comment.