Color Hex Logo

#bbe363 Color Hex

#BBE363
(187,227,99)
0 Favorites   0 Comments

Color spaces of #bbe363

RGB 18722799
HSL0.220.700.64
HSV79°56°89°
CMYK 0.180.000.56   0.11
XYZ50.214766.403821.9750
Yxy66.40380.36230.4791
Hunter Lab81.4885-32.610041.0532
CIE-Lab85.2020-32.011257.1713

#bbe363 color RGB value is (187,227,99).

#bbe363 hex color red value is 187, green value is 227 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #bbe363 hue: 0.22 , saturation: 0.70 and the lightness value of bbe363 is 0.64.

The process color (four color CMYK) of #bbe363 color hex is 0.18, 0.00, 0.56, 0.11. Web safe color of #bbe363 is #cccc66. Color #bbe363 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100011 01100011
Octal 273 343 143
Decimal 187 227 99
Hex BB E3 63

RGB Percentages of Color #bbe363

%36.45
%44.25
%19.30

CMYK Percentages of Color #bbe363

%18
%0
%56
%11

Triadic Colors of #bbe363

#bbe363 #63bbe3 #e363bb

Analogous Colors of #bbe363

#bbe363 #7be363 #e3cb63

Monochromatic Colors of #bbe363

#bbe363

Complementary Color

#bbe363 #8b63e3

#bbe363 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe363 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe363 Color CSS Codes

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

#bbe363 Text Font Color

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

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


#bbe363 Background Color

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

This div background color is #bbe363


#bbe363 Border Color

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

This div border color is #bbe363


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe363


Comments

No comments written yet.

Please login to write comment.