Color Hex Logo

#d6ff3f Color Hex

#D6FF3F
(214,255,63)
0 Favorites   0 Comments

Color spaces of #d6ff3f

RGB 21425563
HSL0.201.000.62
HSV73°75°100°
CMYK 0.160.000.75   0.00
XYZ64.388886.175017.9424
Yxy86.17500.38210.5114
Hunter Lab92.8305-38.642753.5217
CIE-Lab94.3871-36.675780.6739

#d6ff3f color RGB value is (214,255,63).

#d6ff3f hex color red value is 214, green value is 255 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #d6ff3f hue: 0.20 , saturation: 1.00 and the lightness value of d6ff3f is 0.62.

The process color (four color CMYK) of #d6ff3f color hex is 0.16, 0.00, 0.75, 0.00. Web safe color of #d6ff3f is #ccff33. Color #d6ff3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11111111 00111111
Octal 326 377 77
Decimal 214 255 63
Hex D6 FF 3F

RGB Percentages of Color #d6ff3f

%40.23
%47.93
%11.84

CMYK Percentages of Color #d6ff3f

%16
%0
%75
%0

Triadic Colors of #d6ff3f

#d6ff3f #3fd6ff #ff3fd6

Analogous Colors of #d6ff3f

#d6ff3f #76ff3f #ffc83f

Monochromatic Colors of #d6ff3f

#d6ff3f

Complementary Color

#d6ff3f #683fff

#d6ff3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6ff3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6ff3f Color CSS Codes

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

#d6ff3f Text Font Color

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

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


#d6ff3f Background Color

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

This div background color is #d6ff3f


#d6ff3f Border Color

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

This div border color is #d6ff3f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,255,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d6ff3f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d6ff3f;
  -webkit-box-shadow: 1px 1px 3px 2px #d6ff3f;
  box-shadow:         1px 1px 3px 2px #d6ff3f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,255,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6ff3f

Related Colors

#d6ff3f Color Palettes


Comments

No comments written yet.

Please login to write comment.