Color Hex Logo

#bfce99 Color Hex

#BFCE99
(191,206,153)
0 Favorites   0 Comments

Color spaces of #bfce99

RGB 191206153
HSL0.210.350.70
HSV77°26°81°
CMYK 0.070.000.26   0.19
XYZ49.306957.518938.6405
Yxy57.51890.33900.3954
Hunter Lab75.8412-16.673322.8811
CIE-Lab80.4706-14.067824.7304

#bfce99 color RGB value is (191,206,153).

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

The process color (four color CMYK) of #bfce99 color hex is 0.07, 0.00, 0.26, 0.19. Web safe color of #bfce99 is #cccc99. Color #bfce99 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001110 10011001
Octal 277 316 231
Decimal 191 206 153
Hex BF CE 99

RGB Percentages of Color #bfce99

%34.73
%37.45
%27.82

CMYK Percentages of Color #bfce99

%7
%0
%26
%19

Triadic Colors of #bfce99

#bfce99 #99bfce #ce99bf

Analogous Colors of #bfce99

#bfce99 #a5ce99 #cec399

Monochromatic Colors of #bfce99

#bfce99

Complementary Color

#bfce99 #a899ce

#bfce99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfce99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfce99 Color CSS Codes

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

#bfce99 Text Font Color

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

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


#bfce99 Background Color

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

This div background color is #bfce99


#bfce99 Border Color

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

This div border color is #bfce99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfce99


Comments

No comments written yet.

Please login to write comment.