Color Hex Logo

#bfefcb Color Hex

#BFEFCB
(191,239,203)
0 Favorites   0 Comments

Color spaces of #bfefcb

RGB 191239203
HSL0.380.600.84
HSV135°20°94°
CMYK 0.200.000.15   0.06
XYZ63.131977.121268.0584
Yxy77.12120.30310.3702
Hunter Lab87.8187-25.361015.5240
CIE-Lab90.3774-22.268412.4062

#bfefcb color RGB value is (191,239,203).

#bfefcb hex color red value is 191, green value is 239 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bfefcb hue: 0.38 , saturation: 0.60 and the lightness value of bfefcb is 0.84.

The process color (four color CMYK) of #bfefcb color hex is 0.20, 0.00, 0.15, 0.06. Web safe color of #bfefcb is #ccffcc. Color #bfefcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101111 11001011
Octal 277 357 313
Decimal 191 239 203
Hex BF EF CB

RGB Percentages of Color #bfefcb

%30.17
%37.76
%32.07

CMYK Percentages of Color #bfefcb

%20
%0
%15
%6

Triadic Colors of #bfefcb

#bfefcb #cbbfef #efcbbf

Analogous Colors of #bfefcb

#bfefcb #bfefe3 #cbefbf

Monochromatic Colors of #bfefcb

#bfefcb

Complementary Color

#bfefcb #efbfe3

#bfefcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfefcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfefcb Color CSS Codes

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

#bfefcb Text Font Color

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

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


#bfefcb Background Color

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

This div background color is #bfefcb


#bfefcb Border Color

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

This div border color is #bfefcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfefcb


Comments

No comments written yet.

Please login to write comment.