Color Hex Logo

#d6ffbc Color Hex

#D6FFBC
(214,255,188)
0 Favorites   0 Comments

Color spaces of #d6ffbc

RGB 214255188
HSL0.271.000.87
HSV97°26°100°
CMYK 0.160.000.26   0.00
XYZ72.568789.447061.0172
Yxy89.44700.32540.4010
Hunter Lab94.5764-28.545327.9518
CIE-Lab95.7669-24.763627.8117

#d6ffbc color RGB value is (214,255,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11111111 10111100
Octal 326 377 274
Decimal 214 255 188
Hex D6 FF BC

RGB Percentages of Color #d6ffbc

%32.57
%38.81
%28.61

CMYK Percentages of Color #d6ffbc

%16
%0
%26
%0

Triadic Colors of #d6ffbc

#d6ffbc #bcd6ff #ffbcd6

Analogous Colors of #d6ffbc

#d6ffbc #bcffc4 #f8ffbc

Monochromatic Colors of #d6ffbc

#d6ffbc

Complementary Color

#d6ffbc #e5bcff

#d6ffbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6ffbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6ffbc Color CSS Codes

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

#d6ffbc Text Font Color

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

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


#d6ffbc Background Color

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

This div background color is #d6ffbc


#d6ffbc Border Color

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

This div border color is #d6ffbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6ffbc

#d6ffbc Color Palettes


Comments

No comments written yet.

Please login to write comment.