Color Hex Logo

#bdfbce Color Hex

#BDFBCE
(189,251,206)
0 Favorites   0 Comments

Color spaces of #bdfbce

RGB 189251206
HSL0.380.890.86
HSV136°25°98°
CMYK 0.250.000.18   0.02
XYZ66.624084.269471.1467
Yxy84.26940.30010.3795
Hunter Lab91.7984-31.098218.3072
CIE-Lab93.5674-28.118715.3578

#bdfbce color RGB value is (189,251,206).

#bdfbce hex color red value is 189, green value is 251 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bdfbce hue: 0.38 , saturation: 0.89 and the lightness value of bdfbce is 0.86.

The process color (four color CMYK) of #bdfbce color hex is 0.25, 0.00, 0.18, 0.02. Web safe color of #bdfbce is #ccffcc. Color #bdfbce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111011 11001110
Octal 275 373 316
Decimal 189 251 206
Hex BD FB CE

RGB Percentages of Color #bdfbce

%29.26
%38.85
%31.89

CMYK Percentages of Color #bdfbce

%25
%0
%18
%2

Triadic Colors of #bdfbce

#bdfbce #cebdfb #fbcebd

Analogous Colors of #bdfbce

#bdfbce #bdfbed #cbfbbd

Monochromatic Colors of #bdfbce

#bdfbce

Complementary Color

#bdfbce #fbbdea

#bdfbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfbce Color CSS Codes

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

#bdfbce Text Font Color

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

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


#bdfbce Background Color

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

This div background color is #bdfbce


#bdfbce Border Color

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

This div border color is #bdfbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfbce


Comments

No comments written yet.

Please login to write comment.