Color Hex Logo

#bbfdc3 Color Hex

#BBFDC3
(187,253,195)
0 Favorites   0 Comments

Color spaces of #bbfdc3

RGB 187253195
HSL0.350.940.86
HSV127°26°99°
CMYK 0.260.000.23   0.01
XYZ65.469184.755564.5386
Yxy84.75550.30480.3946
Hunter Lab92.0628-34.172122.8800
CIE-Lab93.7777-31.606421.2690

#bbfdc3 color RGB value is (187,253,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111101 11000011
Octal 273 375 303
Decimal 187 253 195
Hex BB FD C3

RGB Percentages of Color #bbfdc3

%29.45
%39.84
%30.71

CMYK Percentages of Color #bbfdc3

%26
%0
%23
%1

Triadic Colors of #bbfdc3

#bbfdc3 #c3bbfd #fdc3bb

Analogous Colors of #bbfdc3

#bbfdc3 #bbfde4 #d4fdbb

Monochromatic Colors of #bbfdc3

#bbfdc3

Complementary Color

#bbfdc3 #fdbbf5

#bbfdc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfdc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfdc3 Color CSS Codes

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

#bbfdc3 Text Font Color

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

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


#bbfdc3 Background Color

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

This div background color is #bbfdc3


#bbfdc3 Border Color

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

This div border color is #bbfdc3


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,253,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 #bbfdc3">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfdc3

Related Colors


Comments

No comments written yet.

Please login to write comment.