Color Hex Logo

#d6fe66 Color Hex

#D6FE66
(214,254,102)
0 Favorites   0 Comments

Color spaces of #d6fe66

RGB 214254102
HSL0.210.990.70
HSV76°60°100°
CMYK 0.160.000.60   0.00
XYZ65.571686.139125.7409
Yxy86.13910.36950.4854
Hunter Lab92.8112-36.308348.5239
CIE-Lab94.3718-33.937066.6299

#d6fe66 color RGB value is (214,254,102).

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

The process color (four color CMYK) of #d6fe66 color hex is 0.16, 0.00, 0.60, 0.00. Web safe color of #d6fe66 is #ccff66. Color #d6fe66 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11111110 01100110
Octal 326 376 146
Decimal 214 254 102
Hex D6 FE 66

RGB Percentages of Color #d6fe66

%37.54
%44.56
%17.89

CMYK Percentages of Color #d6fe66

%16
%0
%60
%0

Triadic Colors of #d6fe66

#d6fe66 #66d6fe #fe66d6

Analogous Colors of #d6fe66

#d6fe66 #8afe66 #feda66

Monochromatic Colors of #d6fe66

#d6fe66

Complementary Color

#d6fe66 #8e66fe

#d6fe66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6fe66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6fe66 Color CSS Codes

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

#d6fe66 Text Font Color

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

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


#d6fe66 Background Color

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

This div background color is #d6fe66


#d6fe66 Border Color

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

This div border color is #d6fe66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6fe66

Related Colors


Comments

No comments written yet.

Please login to write comment.