Color Hex Logo

#bbfdc1 Color Hex

#BBFDC1
(187,253,193)
0 Favorites   0 Comments

Color spaces of #bbfdc1

RGB 187253193
HSL0.350.940.86
HSV125°26°99°
CMYK 0.260.000.24   0.01
XYZ65.244484.665663.3554
Yxy84.66560.30590.3970
Hunter Lab92.0139-34.455223.5861
CIE-Lab93.7388-31.944822.2351

#bbfdc1 color RGB value is (187,253,193).

#bbfdc1 hex color red value is 187, green value is 253 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #bbfdc1 hue: 0.35 , saturation: 0.94 and the lightness value of bbfdc1 is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111101 11000001
Octal 273 375 301
Decimal 187 253 193
Hex BB FD C1

RGB Percentages of Color #bbfdc1

%29.54
%39.97
%30.49

CMYK Percentages of Color #bbfdc1

%26
%0
%24
%1

Triadic Colors of #bbfdc1

#bbfdc1 #c1bbfd #fdc1bb

Analogous Colors of #bbfdc1

#bbfdc1 #bbfde2 #d6fdbb

Monochromatic Colors of #bbfdc1

#bbfdc1

Complementary Color

#bbfdc1 #fdbbf7

#bbfdc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfdc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfdc1 Color CSS Codes

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

#bbfdc1 Text Font Color

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

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


#bbfdc1 Background Color

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

This div background color is #bbfdc1


#bbfdc1 Border Color

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

This div border color is #bbfdc1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,253,193, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfdc1


Comments

No comments written yet.

Please login to write comment.