Color Hex Logo

#bdfbb0 Color Hex

#BDFBB0
(189,251,176)
0 Favorites   0 Comments

Color spaces of #bdfbb0

RGB 189251176
HSL0.300.900.84
HSV110°30°98°
CMYK 0.250.000.30   0.02
XYZ63.319982.947853.7475
Yxy82.94780.31660.4147
Hunter Lab91.0757-35.281228.7635
CIE-Lab92.9916-33.103929.8538

#bdfbb0 color RGB value is (189,251,176).

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

The process color (four color CMYK) of #bdfbb0 color hex is 0.25, 0.00, 0.30, 0.02. Web safe color of #bdfbb0 is #ccff99. Color #bdfbb0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111011 10110000
Octal 275 373 260
Decimal 189 251 176
Hex BD FB B0

RGB Percentages of Color #bdfbb0

%30.68
%40.75
%28.57

CMYK Percentages of Color #bdfbb0

%25
%0
%30
%2

Triadic Colors of #bdfbb0

#bdfbb0 #b0bdfb #fbb0bd

Analogous Colors of #bdfbb0

#bdfbb0 #b0fbc9 #e3fbb0

Monochromatic Colors of #bdfbb0

#bdfbb0

Complementary Color

#bdfbb0 #eeb0fb

#bdfbb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfbb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfbb0 Color CSS Codes

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

#bdfbb0 Text Font Color

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

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


#bdfbb0 Background Color

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

This div background color is #bdfbb0


#bdfbb0 Border Color

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

This div border color is #bdfbb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfbb0

Related Colors


Comments

No comments written yet.

Please login to write comment.