Color Hex Logo

#bfddcb Color Hex

#BFDDCB
(191,221,203)
0 Favorites   0 Comments

Color spaces of #bfddcb

RGB 191221203
HSL0.400.310.81
HSV144°14°87°
CMYK 0.140.000.08   0.13
XYZ58.121867.101166.3884
Yxy67.10110.30330.3502
Hunter Lab81.9153-16.69969.2890
CIE-Lab85.5550-13.34205.5020

#bfddcb color RGB value is (191,221,203).

#bfddcb hex color red value is 191, green value is 221 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bfddcb hue: 0.40 , saturation: 0.31 and the lightness value of bfddcb is 0.81.

The process color (four color CMYK) of #bfddcb color hex is 0.14, 0.00, 0.08, 0.13. Web safe color of #bfddcb is #cccccc. Color #bfddcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011101 11001011
Octal 277 335 313
Decimal 191 221 203
Hex BF DD CB

RGB Percentages of Color #bfddcb

%31.06
%35.93
%33.01

CMYK Percentages of Color #bfddcb

%14
%0
%8
%13

Triadic Colors of #bfddcb

#bfddcb #cbbfdd #ddcbbf

Analogous Colors of #bfddcb

#bfddcb #bfddda #c2ddbf

Monochromatic Colors of #bfddcb

#bfddcb

Complementary Color

#bfddcb #ddbfd1

#bfddcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfddcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfddcb Color CSS Codes

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

#bfddcb Text Font Color

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

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


#bfddcb Background Color

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

This div background color is #bfddcb


#bfddcb Border Color

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

This div border color is #bfddcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,221,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bfddcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bfddcb;
  -webkit-box-shadow: 1px 1px 3px 2px #bfddcb;
  box-shadow:         1px 1px 3px 2px #bfddcb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,221,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfddcb


Comments

No comments written yet.

Please login to write comment.