Color Hex Logo

#bfeebd Color Hex

#BFEEBD
(191,238,189)
0 Favorites   0 Comments

Color spaces of #bfeebd

RGB 191238189
HSL0.330.590.84
HSV118°21°93°
CMYK 0.200.000.21   0.07
XYZ61.245775.899659.5662
Yxy75.89960.31130.3858
Hunter Lab87.1204-26.975020.4463
CIE-Lab89.8127-24.223218.8633

#bfeebd color RGB value is (191,238,189).

#bfeebd hex color red value is 191, green value is 238 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bfeebd hue: 0.33 , saturation: 0.59 and the lightness value of bfeebd is 0.84.

The process color (four color CMYK) of #bfeebd color hex is 0.20, 0.00, 0.21, 0.07. Web safe color of #bfeebd is #ccffcc. Color #bfeebd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101110 10111101
Octal 277 356 275
Decimal 191 238 189
Hex BF EE BD

RGB Percentages of Color #bfeebd

%30.91
%38.51
%30.58

CMYK Percentages of Color #bfeebd

%20
%0
%21
%7

Triadic Colors of #bfeebd

#bfeebd #bdbfee #eebdbf

Analogous Colors of #bfeebd

#bfeebd #bdeed4 #d8eebd

Monochromatic Colors of #bfeebd

#bfeebd

Complementary Color

#bfeebd #ecbdee

#bfeebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfeebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfeebd Color CSS Codes

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

#bfeebd Text Font Color

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

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


#bfeebd Background Color

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

This div background color is #bfeebd


#bfeebd Border Color

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

This div border color is #bfeebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfeebd


Comments

No comments written yet.

Please login to write comment.