Color Hex Logo

#bbfce1 Color Hex

#BBFCE1
(187,252,225)
0 Favorites   0 Comments

Color spaces of #bbfce1

RGB 187252225
HSL0.430.920.86
HSV155°26°99°
CMYK 0.260.000.11   0.01
XYZ68.894585.621884.1297
Yxy85.62180.28870.3588
Hunter Lab92.5320-29.029410.8662
CIE-Lab94.1504-25.64256.3904

#bbfce1 color RGB value is (187,252,225).

#bbfce1 hex color red value is 187, green value is 252 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #bbfce1 hue: 0.43 , saturation: 0.92 and the lightness value of bbfce1 is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111100 11100001
Octal 273 374 341
Decimal 187 252 225
Hex BB FC E1

RGB Percentages of Color #bbfce1

%28.16
%37.95
%33.89

CMYK Percentages of Color #bbfce1

%26
%0
%11
%1

Triadic Colors of #bbfce1

#bbfce1 #e1bbfc #fce1bb

Analogous Colors of #bbfce1

#bbfce1 #bbf7fc #bbfcc1

Monochromatic Colors of #bbfce1

#bbfce1

Complementary Color

#bbfce1 #fcbbd6

#bbfce1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfce1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfce1 Color CSS Codes

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

#bbfce1 Text Font Color

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

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


#bbfce1 Background Color

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

This div background color is #bbfce1


#bbfce1 Border Color

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

This div border color is #bbfce1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfce1


Comments

No comments written yet.

Please login to write comment.