Color Hex Logo

#bfedbb Color Hex

#BFEDBB
(191,237,187)
0 Favorites   0 Comments

Color spaces of #bfedbb

RGB 191237187
HSL0.320.580.83
HSV115°21°93°
CMYK 0.190.000.21   0.07
XYZ60.739775.232658.3337
Yxy75.23260.31260.3872
Hunter Lab86.7367-26.789920.8410
CIE-Lab89.5018-24.075919.4634

#bfedbb color RGB value is (191,237,187).

#bfedbb hex color red value is 191, green value is 237 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #bfedbb hue: 0.32 , saturation: 0.58 and the lightness value of bfedbb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101101 10111011
Octal 277 355 273
Decimal 191 237 187
Hex BF ED BB

RGB Percentages of Color #bfedbb

%31.06
%38.54
%30.41

CMYK Percentages of Color #bfedbb

%19
%0
%21
%7

Triadic Colors of #bfedbb

#bfedbb #bbbfed #edbbbf

Analogous Colors of #bfedbb

#bfedbb #bbedd0 #d8edbb

Monochromatic Colors of #bfedbb

#bfedbb

Complementary Color

#bfedbb #e9bbed

#bfedbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfedbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfedbb Color CSS Codes

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

#bfedbb Text Font Color

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

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


#bfedbb Background Color

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

This div background color is #bfedbb


#bfedbb Border Color

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

This div border color is #bfedbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfedbb


Comments

No comments written yet.

Please login to write comment.