Color Hex Logo

#dcf816 Color Hex

#DCF816
(220,248,22)
0 Favorites   0 Comments

Color spaces of #dcf816

RGB 22024822
HSL0.190.940.53
HSV67°91°97°
CMYK 0.110.000.91   0.03
XYZ63.227482.408413.3330
Yxy82.40840.39770.5184
Hunter Lab90.7791-34.538654.8372
CIE-Lab92.7548-32.296188.1923

#dcf816 color RGB value is (220,248,22).

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

The process color (four color CMYK) of #dcf816 color hex is 0.11, 0.00, 0.91, 0.03. Web safe color of #dcf816 is #ccff00. Color #dcf816 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111000 00010110
Octal 334 370 26
Decimal 220 248 22
Hex DC F8 16

RGB Percentages of Color #dcf816

%44.90
%50.61
%4.49

CMYK Percentages of Color #dcf816

%11
%0
%91
%3

Triadic Colors of #dcf816

#dcf816 #16dcf8 #f816dc

Analogous Colors of #dcf816

#dcf816 #6bf816 #f8a316

Monochromatic Colors of #dcf816

#dcf816

Complementary Color

#dcf816 #3216f8

#dcf816 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf816 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf816 Color CSS Codes

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

#dcf816 Text Font Color

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

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


#dcf816 Background Color

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

This div background color is #dcf816


#dcf816 Border Color

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

This div border color is #dcf816


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf816


Comments

No comments written yet.

Please login to write comment.