Color Hex Logo

#bbce9d Color Hex

#BBCE9D
(187,206,157)
0 Favorites   0 Comments

Color spaces of #bbce9d

RGB 187206157
HSL0.230.330.71
HSV83°24°81°
CMYK 0.090.000.24   0.19
XYZ48.650657.141740.3636
Yxy57.14170.33290.3910
Hunter Lab75.5921-17.404821.2557
CIE-Lab80.2592-14.947422.2918

#bbce9d color RGB value is (187,206,157).

#bbce9d hex color red value is 187, green value is 206 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #bbce9d hue: 0.23 , saturation: 0.33 and the lightness value of bbce9d is 0.71.

The process color (four color CMYK) of #bbce9d color hex is 0.09, 0.00, 0.24, 0.19. Web safe color of #bbce9d is #cccc99. Color #bbce9d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001110 10011101
Octal 273 316 235
Decimal 187 206 157
Hex BB CE 9D

RGB Percentages of Color #bbce9d

%34.00
%37.45
%28.55

CMYK Percentages of Color #bbce9d

%9
%0
%24
%19

Triadic Colors of #bbce9d

#bbce9d #9dbbce #ce9dbb

Analogous Colors of #bbce9d

#bbce9d #a3ce9d #cec99d

Monochromatic Colors of #bbce9d

#bbce9d

Complementary Color

#bbce9d #b09dce

#bbce9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbce9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbce9d Color CSS Codes

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

#bbce9d Text Font Color

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

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


#bbce9d Background Color

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

This div background color is #bbce9d


#bbce9d Border Color

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

This div border color is #bbce9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbce9d


Comments

No comments written yet.

Please login to write comment.