Color Hex Logo

#bdfebb Color Hex

#BDFEBB
(189,254,187)
0 Favorites   0 Comments

Color spaces of #bdfebb

RGB 189254187
HSL0.330.970.86
HSV118°26°100°
CMYK 0.260.000.26   0.00
XYZ65.397785.290360.0296
Yxy85.29030.31040.4048
Hunter Lab92.3527-35.216226.1082
CIE-Lab94.0081-32.760125.6736

#bdfebb color RGB value is (189,254,187).

#bdfebb hex color red value is 189, green value is 254 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #bdfebb hue: 0.33 , saturation: 0.97 and the lightness value of bdfebb is 0.86.

The process color (four color CMYK) of #bdfebb color hex is 0.26, 0.00, 0.26, 0.00. Web safe color of #bdfebb is #ccffcc. Color #bdfebb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111110 10111011
Octal 275 376 273
Decimal 189 254 187
Hex BD FE BB

RGB Percentages of Color #bdfebb

%30.00
%40.32
%29.68

CMYK Percentages of Color #bdfebb

%26
%0
%26
%0

Triadic Colors of #bdfebb

#bdfebb #bbbdfe #febbbd

Analogous Colors of #bdfebb

#bdfebb #bbfedb #dffebb

Monochromatic Colors of #bdfebb

#bdfebb

Complementary Color

#bdfebb #fcbbfe

#bdfebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfebb Color CSS Codes

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

#bdfebb Text Font Color

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

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


#bdfebb Background Color

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

This div background color is #bdfebb


#bdfebb Border Color

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

This div border color is #bdfebb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,254,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 #bdfebb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfebb

Related Colors


Comments

No comments written yet.

Please login to write comment.