color codes Logo

#d6fb14 color codes

#D6FB14
(214,251,20)
0 Favorites   0 Comments

Color spaces of #d6fb14

RGB 21425120
HSL0.190.970.53
HSV70°92°98°
CMYK 0.150.000.92   0.02
XYZ62.355083.341013.4618
Yxy83.34100.39180.5236
Hunter Lab91.2913-37.838355.1610
CIE-Lab93.1635-36.074688.5782

#d6fb14 color RGB value is (214,251,20).

#d6fb14 hex color red value is 214, green value is 251 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #d6fb14 hue: 0.19 , saturation: 0.97 and the lightness value of d6fb14 is 0.53.

The process color (four color CMYK) of #d6fb14 color code is 0.15, 0.00, 0.92, 0.02. Web safe color of #d6fb14 is #ccff00. Color #d6fb14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11111011 00010100
Octal 326 373 24
Decimal 214 251 20
Hex D6 FB 14

RGB Percentages of Color #d6fb14

%44.12
%51.75
%4.12

CMYK Percentages of Color #d6fb14

%15
%0
%92
%2

Triadic Colors of #d6fb14

#d6fb14 #14d6fb #fb14d6

Analogous Colors of #d6fb14

#d6fb14 #63fb14 #fbad14

Monochromatic Colors of #d6fb14

#d6fb14

Complementary Color

#d6fb14 #3914fb

#d6fb14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6fb14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6fb14 Color CSS Codes

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

#d6fb14 Text Font Color

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

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


#d6fb14 Background Color

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

This div background color is #d6fb14


#d6fb14 Border Color

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

This div border color is #d6fb14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6fb14

Related Colors


Comments

No comments written yet.

Please login to write comment.