Color Hex Logo

#d6ff8b Color Hex

#D6FF8B
(214,255,139)
0 Favorites   0 Comments

Color spaces of #d6ff8b

RGB 214255139
HSL0.231.000.77
HSV81°45°100°
CMYK 0.160.000.45   0.00
XYZ68.151887.680237.7581
Yxy87.68020.35200.4529
Hunter Lab93.6377-33.949341.6385
CIE-Lab95.0261-31.036950.9124

#d6ff8b color RGB value is (214,255,139).

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

The process color (four color CMYK) of #d6ff8b color hex is 0.16, 0.00, 0.45, 0.00. Web safe color of #d6ff8b is #ccff99. Color #d6ff8b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11111111 10001011
Octal 326 377 213
Decimal 214 255 139
Hex D6 FF 8B

RGB Percentages of Color #d6ff8b

%35.20
%41.94
%22.86

CMYK Percentages of Color #d6ff8b

%16
%0
%45
%0

Triadic Colors of #d6ff8b

#d6ff8b #8bd6ff #ff8bd6

Analogous Colors of #d6ff8b

#d6ff8b #9cff8b #ffee8b

Monochromatic Colors of #d6ff8b

#d6ff8b

Complementary Color

#d6ff8b #b48bff

#d6ff8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6ff8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6ff8b Color CSS Codes

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

#d6ff8b Text Font Color

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

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


#d6ff8b Background Color

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

This div background color is #d6ff8b


#d6ff8b Border Color

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

This div border color is #d6ff8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6ff8b

Related Colors


Comments

No comments written yet.

Please login to write comment.