Color Hex Logo

#bdfbc7 Color Hex

#BDFBC7
(189,251,199)
0 Favorites   0 Comments

Color spaces of #bdfbc7

RGB 189251199
HSL0.360.890.86
HSV130°25°98°
CMYK 0.250.000.21   0.02
XYZ65.792283.936766.7666
Yxy83.93670.30390.3877
Hunter Lab91.6170-32.144920.9238
CIE-Lab93.4230-29.352518.7461

#bdfbc7 color RGB value is (189,251,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111011 11000111
Octal 275 373 307
Decimal 189 251 199
Hex BD FB C7

RGB Percentages of Color #bdfbc7

%29.58
%39.28
%31.14

CMYK Percentages of Color #bdfbc7

%25
%0
%21
%2

Triadic Colors of #bdfbc7

#bdfbc7 #c7bdfb #fbc7bd

Analogous Colors of #bdfbc7

#bdfbc7 #bdfbe6 #d2fbbd

Monochromatic Colors of #bdfbc7

#bdfbc7

Complementary Color

#bdfbc7 #fbbdf1

#bdfbc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfbc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfbc7 Color CSS Codes

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

#bdfbc7 Text Font Color

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

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


#bdfbc7 Background Color

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

This div background color is #bdfbc7


#bdfbc7 Border Color

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

This div border color is #bdfbc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfbc7


Comments

No comments written yet.

Please login to write comment.