Color Hex Logo

#bdfeb0 Color Hex

#BDFEB0
(189,254,176)
0 Favorites   0 Comments

Color spaces of #bdfeb0

RGB 189254176
HSL0.310.980.84
HSV110°31°100°
CMYK 0.260.000.31   0.00
XYZ64.264584.837054.0624
Yxy84.83700.31630.4176
Hunter Lab92.1070-36.645029.6745
CIE-Lab93.8128-34.483030.9617

#bdfeb0 color RGB value is (189,254,176).

#bdfeb0 hex color red value is 189, green value is 254 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #bdfeb0 hue: 0.31 , saturation: 0.98 and the lightness value of bdfeb0 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111110 10110000
Octal 275 376 260
Decimal 189 254 176
Hex BD FE B0

RGB Percentages of Color #bdfeb0

%30.53
%41.03
%28.43

CMYK Percentages of Color #bdfeb0

%26
%0
%31
%0

Triadic Colors of #bdfeb0

#bdfeb0 #b0bdfe #feb0bd

Analogous Colors of #bdfeb0

#bdfeb0 #b0feca #e4feb0

Monochromatic Colors of #bdfeb0

#bdfeb0

Complementary Color

#bdfeb0 #f1b0fe

#bdfeb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfeb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfeb0 Color CSS Codes

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

#bdfeb0 Text Font Color

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

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


#bdfeb0 Background Color

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

This div background color is #bdfeb0


#bdfeb0 Border Color

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

This div border color is #bdfeb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfeb0


Comments

No comments written yet.

Please login to write comment.