Color Hex Logo

#bbffca Color Hex

#BBFFCA
(187,255,202)
0 Favorites   0 Comments

Color spaces of #bbffca

RGB 187255202
HSL0.371.000.87
HSV133°27°100°
CMYK 0.270.000.21   0.00
XYZ66.914286.349169.0174
Yxy86.34910.30100.3885
Hunter Lab92.9242-34.080521.0106
CIE-Lab94.4614-31.328318.6482

#bbffca color RGB value is (187,255,202).

#bbffca hex color red value is 187, green value is 255 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bbffca hue: 0.37 , saturation: 1.00 and the lightness value of bbffca is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111111 11001010
Octal 273 377 312
Decimal 187 255 202
Hex BB FF CA

RGB Percentages of Color #bbffca

%29.04
%39.60
%31.37

CMYK Percentages of Color #bbffca

%27
%0
%21
%0

Triadic Colors of #bbffca

#bbffca #cabbff #ffcabb

Analogous Colors of #bbffca

#bbffca #bbffec #ceffbb

Monochromatic Colors of #bbffca

#bbffca

Complementary Color

#bbffca #ffbbf0

#bbffca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbffca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbffca Color CSS Codes

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

#bbffca Text Font Color

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

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


#bbffca Background Color

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

This div background color is #bbffca


#bbffca Border Color

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

This div border color is #bbffca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbffca

#bbffca Color Palettes


Comments

No comments written yet.

Please login to write comment.