Color Hex Logo

#d6fc6a Color Hex

#D6FC6A
(214,252,106)
0 Favorites   0 Comments

Color spaces of #d6fc6a

RGB 214252106
HSL0.210.960.70
HSV76°58°99°
CMYK 0.150.000.58   0.01
XYZ65.143584.957626.6007
Yxy84.95760.36870.4808
Hunter Lab92.1724-35.145747.4098
CIE-Lab93.8648-32.715564.3940

#d6fc6a color RGB value is (214,252,106).

#d6fc6a hex color red value is 214, green value is 252 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #d6fc6a hue: 0.21 , saturation: 0.96 and the lightness value of d6fc6a is 0.70.

The process color (four color CMYK) of #d6fc6a color hex is 0.15, 0.00, 0.58, 0.01. Web safe color of #d6fc6a is #ccff66. Color #d6fc6a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11111100 01101010
Octal 326 374 152
Decimal 214 252 106
Hex D6 FC 6A

RGB Percentages of Color #d6fc6a

%37.41
%44.06
%18.53

CMYK Percentages of Color #d6fc6a

%15
%0
%58
%1

Triadic Colors of #d6fc6a

#d6fc6a #6ad6fc #fc6ad6

Analogous Colors of #d6fc6a

#d6fc6a #8dfc6a #fcd96a

Monochromatic Colors of #d6fc6a

#d6fc6a

Complementary Color

#d6fc6a #906afc

#d6fc6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6fc6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6fc6a Color CSS Codes

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

#d6fc6a Text Font Color

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

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


#d6fc6a Background Color

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

This div background color is #d6fc6a


#d6fc6a Border Color

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

This div border color is #d6fc6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6fc6a


Comments

No comments written yet.

Please login to write comment.