Color Hex Logo

#bbf3b3 Color Hex

#BBF3B3
(187,243,179)
0 Favorites   0 Comments

Color spaces of #bbf3b3

RGB 187243179
HSL0.310.730.83
HSV113°26°95°
CMYK 0.230.000.26   0.05
XYZ60.680877.920754.4898
Yxy77.92070.31430.4035
Hunter Lab88.2727-31.772025.1918
CIE-Lab90.7437-29.568025.2538

#bbf3b3 color RGB value is (187,243,179).

#bbf3b3 hex color red value is 187, green value is 243 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #bbf3b3 hue: 0.31 , saturation: 0.73 and the lightness value of bbf3b3 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110011 10110011
Octal 273 363 263
Decimal 187 243 179
Hex BB F3 B3

RGB Percentages of Color #bbf3b3

%30.71
%39.90
%29.39

CMYK Percentages of Color #bbf3b3

%23
%0
%26
%5

Triadic Colors of #bbf3b3

#bbf3b3 #b3bbf3 #f3b3bb

Analogous Colors of #bbf3b3

#bbf3b3 #b3f3cb #dbf3b3

Monochromatic Colors of #bbf3b3

#bbf3b3

Complementary Color

#bbf3b3 #ebb3f3

#bbf3b3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf3b3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf3b3 Color CSS Codes

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

#bbf3b3 Text Font Color

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

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


#bbf3b3 Background Color

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

This div background color is #bbf3b3


#bbf3b3 Border Color

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

This div border color is #bbf3b3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf3b3


Comments

No comments written yet.

Please login to write comment.