Color Hex Logo

#bfdfc9 Color Hex

#BFDFC9
(191,223,201)
0 Favorites   0 Comments

Color spaces of #bfdfc9

RGB 191223201
HSL0.390.330.81
HSV139°14°87°
CMYK 0.140.000.10   0.13
XYZ58.416168.068865.3181
Yxy68.06880.30460.3549
Hunter Lab82.5038-17.996310.8129
CIE-Lab86.0408-14.72117.2560

#bfdfc9 color RGB value is (191,223,201).

#bfdfc9 hex color red value is 191, green value is 223 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #bfdfc9 hue: 0.39 , saturation: 0.33 and the lightness value of bfdfc9 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011111 11001001
Octal 277 337 311
Decimal 191 223 201
Hex BF DF C9

RGB Percentages of Color #bfdfc9

%31.06
%36.26
%32.68

CMYK Percentages of Color #bfdfc9

%14
%0
%10
%13

Triadic Colors of #bfdfc9

#bfdfc9 #c9bfdf #dfc9bf

Analogous Colors of #bfdfc9

#bfdfc9 #bfdfd9 #c5dfbf

Monochromatic Colors of #bfdfc9

#bfdfc9

Complementary Color

#bfdfc9 #dfbfd5

#bfdfc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdfc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdfc9 Color CSS Codes

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

#bfdfc9 Text Font Color

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

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


#bfdfc9 Background Color

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

This div background color is #bfdfc9


#bfdfc9 Border Color

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

This div border color is #bfdfc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdfc9


Comments

No comments written yet.

Please login to write comment.