Color Hex Logo

#bfce88 Color Hex

#BFCE88
(191,206,136)
0 Favorites   0 Comments

Color spaces of #bfce88

RGB 191206136
HSL0.200.420.67
HSV73°34°81°
CMYK 0.070.000.34   0.19
XYZ48.001156.996631.7641
Yxy56.99660.35100.4168
Hunter Lab75.4961-18.626227.9017
CIE-Lab80.1777-16.383733.1792

#bfce88 color RGB value is (191,206,136).

#bfce88 hex color red value is 191, green value is 206 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #bfce88 hue: 0.20 , saturation: 0.42 and the lightness value of bfce88 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001110 10001000
Octal 277 316 210
Decimal 191 206 136
Hex BF CE 88

RGB Percentages of Color #bfce88

%35.83
%38.65
%25.52

CMYK Percentages of Color #bfce88

%7
%0
%34
%19

Triadic Colors of #bfce88

#bfce88 #88bfce #ce88bf

Analogous Colors of #bfce88

#bfce88 #9cce88 #ceba88

Monochromatic Colors of #bfce88

#bfce88

Complementary Color

#bfce88 #9788ce

#bfce88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfce88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfce88 Color CSS Codes

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

#bfce88 Text Font Color

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

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


#bfce88 Background Color

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

This div background color is #bfce88


#bfce88 Border Color

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

This div border color is #bfce88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfce88

#bfce88 Color Palettes


Comments

No comments written yet.

Please login to write comment.