Color Hex Logo

#bfcd99 Color Hex

#BFCD99
(191,205,153)
0 Favorites   0 Comments

Color spaces of #bfcd99

RGB 191205153
HSL0.210.340.70
HSV76°25°80°
CMYK 0.070.000.25   0.20
XYZ49.066957.038938.5605
Yxy57.03890.33920.3943
Hunter Lab75.5241-16.198422.5951
CIE-Lab80.2015-13.560824.3642

#bfcd99 color RGB value is (191,205,153).

#bfcd99 hex color red value is 191, green value is 205 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #bfcd99 hue: 0.21 , saturation: 0.34 and the lightness value of bfcd99 is 0.70.

The process color (four color CMYK) of #bfcd99 color hex is 0.07, 0.00, 0.25, 0.20. Web safe color of #bfcd99 is #cccc99. Color #bfcd99 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001101 10011001
Octal 277 315 231
Decimal 191 205 153
Hex BF CD 99

RGB Percentages of Color #bfcd99

%34.79
%37.34
%27.87

CMYK Percentages of Color #bfcd99

%7
%0
%25
%20

Triadic Colors of #bfcd99

#bfcd99 #99bfcd #cd99bf

Analogous Colors of #bfcd99

#bfcd99 #a5cd99 #cdc199

Monochromatic Colors of #bfcd99

#bfcd99

Complementary Color

#bfcd99 #a799cd

#bfcd99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfcd99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfcd99 Color CSS Codes

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

#bfcd99 Text Font Color

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

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


#bfcd99 Background Color

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

This div background color is #bfcd99


#bfcd99 Border Color

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

This div border color is #bfcd99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfcd99


Comments

No comments written yet.

Please login to write comment.