Color Hex Logo

#d6ffbe Color Hex

#D6FFBE
(214,255,190)
0 Favorites   0 Comments

Color spaces of #d6ffbe

RGB 214255190
HSL0.271.000.87
HSV98°25°100°
CMYK 0.160.000.25   0.00
XYZ72.785889.533862.1607
Yxy89.53380.32420.3988
Hunter Lab94.6223-28.282427.2859
CIE-Lab95.8031-24.464126.8503

#d6ffbe color RGB value is (214,255,190).

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

The process color (four color CMYK) of #d6ffbe color hex is 0.16, 0.00, 0.25, 0.00. Web safe color of #d6ffbe is #ccffcc. Color #d6ffbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11111111 10111110
Octal 326 377 276
Decimal 214 255 190
Hex D6 FF BE

RGB Percentages of Color #d6ffbe

%32.47
%38.69
%28.83

CMYK Percentages of Color #d6ffbe

%16
%0
%25
%0

Triadic Colors of #d6ffbe

#d6ffbe #bed6ff #ffbed6

Analogous Colors of #d6ffbe

#d6ffbe #beffc7 #f7ffbe

Monochromatic Colors of #d6ffbe

#d6ffbe

Complementary Color

#d6ffbe #e7beff

#d6ffbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6ffbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6ffbe Color CSS Codes

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

#d6ffbe Text Font Color

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

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


#d6ffbe Background Color

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

This div background color is #d6ffbe


#d6ffbe Border Color

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

This div border color is #d6ffbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6ffbe

Related Colors


Comments

No comments written yet.

Please login to write comment.