Color Hex Logo

#bbfcc3 Color Hex

#BBFCC3
(187,252,195)
0 Favorites   0 Comments

Color spaces of #bbfcc3

RGB 187252195
HSL0.350.920.86
HSV127°26°99°
CMYK 0.260.000.23   0.01
XYZ65.154284.125764.4337
Yxy84.12570.30490.3936
Hunter Lab91.7201-33.711022.5526
CIE-Lab93.5051-31.140620.8901

#bbfcc3 color RGB value is (187,252,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111100 11000011
Octal 273 374 303
Decimal 187 252 195
Hex BB FC C3

RGB Percentages of Color #bbfcc3

%29.50
%39.75
%30.76

CMYK Percentages of Color #bbfcc3

%26
%0
%23
%1

Triadic Colors of #bbfcc3

#bbfcc3 #c3bbfc #fcc3bb

Analogous Colors of #bbfcc3

#bbfcc3 #bbfce4 #d4fcbb

Monochromatic Colors of #bbfcc3

#bbfcc3

Complementary Color

#bbfcc3 #fcbbf4

#bbfcc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfcc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfcc3 Color CSS Codes

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

#bbfcc3 Text Font Color

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

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


#bbfcc3 Background Color

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

This div background color is #bbfcc3


#bbfcc3 Border Color

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

This div border color is #bbfcc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfcc3


Comments

No comments written yet.

Please login to write comment.