Color Hex Logo

#d3ffbc Color Hex

#D3FFBC
(211,255,188)
0 Favorites   0 Comments

Color spaces of #d3ffbc

RGB 211255188
HSL0.281.000.87
HSV99°26°100°
CMYK 0.170.000.26   0.00
XYZ71.701188.999760.9766
Yxy88.99970.32340.4015
Hunter Lab94.3397-29.428827.7156
CIE-Lab95.5803-25.787727.5265

#d3ffbc color RGB value is (211,255,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 11111111 10111100
Octal 323 377 274
Decimal 211 255 188
Hex D3 FF BC

RGB Percentages of Color #d3ffbc

%32.26
%38.99
%28.75

CMYK Percentages of Color #d3ffbc

%17
%0
%26
%0

Triadic Colors of #d3ffbc

#d3ffbc #bcd3ff #ffbcd3

Analogous Colors of #d3ffbc

#d3ffbc #bcffc7 #f5ffbc

Monochromatic Colors of #d3ffbc

#d3ffbc

Complementary Color

#d3ffbc #e8bcff

#d3ffbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3ffbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3ffbc Color CSS Codes

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

#d3ffbc Text Font Color

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

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


#d3ffbc Background Color

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

This div background color is #d3ffbc


#d3ffbc Border Color

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

This div border color is #d3ffbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,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 #d3ffbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3ffbc


Comments

No comments written yet.

Please login to write comment.