Color Hex Logo

#bbffd4 Color Hex

#BBFFD4
(187,255,212)
1 Favorites   0 Comments

Color spaces of #bbffd4

RGB 187255212
HSL0.391.000.87
HSV142°27°100°
CMYK 0.270.000.17   0.00
XYZ68.137286.838375.4576
Yxy86.83830.29570.3768
Hunter Lab93.1871-32.560417.2213
CIE-Lab94.6696-29.532213.8215

#bbffd4 color RGB value is (187,255,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111111 11010100
Octal 273 377 324
Decimal 187 255 212
Hex BB FF D4

RGB Percentages of Color #bbffd4

%28.59
%38.99
%32.42

CMYK Percentages of Color #bbffd4

%27
%0
%17
%0

Triadic Colors of #bbffd4

#bbffd4 #d4bbff #ffd4bb

Analogous Colors of #bbffd4

#bbffd4 #bbfff6 #c4ffbb

Monochromatic Colors of #bbffd4

#bbffd4

Complementary Color

#bbffd4 #ffbbe6

#bbffd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbffd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbffd4 Color CSS Codes

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

#bbffd4 Text Font Color

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

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


#bbffd4 Background Color

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

This div background color is #bbffd4


#bbffd4 Border Color

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

This div border color is #bbffd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbffd4

Related Colors

#bbffd4 Color Palettes


Comments

No comments written yet.

Please login to write comment.