Color Hex Logo

#bbce92 Color Hex

#BBCE92
(187,206,146)
0 Favorites   0 Comments

Color spaces of #bbce92

RGB 187206146
HSL0.220.380.69
HSV79°29°81°
CMYK 0.090.000.29   0.19
XYZ47.753156.782735.6374
Yxy56.78270.34070.4051
Hunter Lab75.3543-18.752024.7079
CIE-Lab80.0572-16.551427.7854

#bbce92 color RGB value is (187,206,146).

#bbce92 hex color red value is 187, green value is 206 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #bbce92 hue: 0.22 , saturation: 0.38 and the lightness value of bbce92 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001110 10010010
Octal 273 316 222
Decimal 187 206 146
Hex BB CE 92

RGB Percentages of Color #bbce92

%34.69
%38.22
%27.09

CMYK Percentages of Color #bbce92

%9
%0
%29
%19

Triadic Colors of #bbce92

#bbce92 #92bbce #ce92bb

Analogous Colors of #bbce92

#bbce92 #9dce92 #cec392

Monochromatic Colors of #bbce92

#bbce92

Complementary Color

#bbce92 #a592ce

#bbce92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbce92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbce92 Color CSS Codes

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

#bbce92 Text Font Color

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

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


#bbce92 Background Color

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

This div background color is #bbce92


#bbce92 Border Color

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

This div border color is #bbce92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbce92


Comments

No comments written yet.

Please login to write comment.