Color Hex Logo

#bfce93 Color Hex

#BFCE93
(191,206,147)
0 Favorites   0 Comments

Color spaces of #bfce93

RGB 191206147
HSL0.210.380.69
HSV75°29°81°
CMYK 0.070.000.29   0.19
XYZ48.823657.325636.0954
Yxy57.32560.34320.4030
Hunter Lab75.7137-17.394124.7339
CIE-Lab80.3624-14.918527.7236

#bfce93 color RGB value is (191,206,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001110 10010011
Octal 277 316 223
Decimal 191 206 147
Hex BF CE 93

RGB Percentages of Color #bfce93

%35.11
%37.87
%27.02

CMYK Percentages of Color #bfce93

%7
%0
%29
%19

Triadic Colors of #bfce93

#bfce93 #93bfce #ce93bf

Analogous Colors of #bfce93

#bfce93 #a2ce93 #cec093

Monochromatic Colors of #bfce93

#bfce93

Complementary Color

#bfce93 #a293ce

#bfce93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfce93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfce93 Color CSS Codes

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

#bfce93 Text Font Color

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

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


#bfce93 Background Color

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

This div background color is #bfce93


#bfce93 Border Color

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

This div border color is #bfce93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfce93


Comments

No comments written yet.

Please login to write comment.