Color Hex Logo

#bbe093 Color Hex

#BBE093
(187,224,147)
0 Favorites   0 Comments

Color spaces of #bbe093

RGB 187224147
HSL0.250.550.73
HSV89°34°88°
CMYK 0.170.000.34   0.12
XYZ52.415665.982737.5771
Yxy65.98270.33610.4230
Hunter Lab81.2297-26.970329.4331
CIE-Lab84.9876-25.266033.8294

#bbe093 color RGB value is (187,224,147).

#bbe093 hex color red value is 187, green value is 224 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #bbe093 hue: 0.25 , saturation: 0.55 and the lightness value of bbe093 is 0.73.

The process color (four color CMYK) of #bbe093 color hex is 0.17, 0.00, 0.34, 0.12. Web safe color of #bbe093 is #cccc99. Color #bbe093 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100000 10010011
Octal 273 340 223
Decimal 187 224 147
Hex BB E0 93

RGB Percentages of Color #bbe093

%33.51
%40.14
%26.34

CMYK Percentages of Color #bbe093

%17
%0
%34
%12

Triadic Colors of #bbe093

#bbe093 #93bbe0 #e093bb

Analogous Colors of #bbe093

#bbe093 #95e093 #e0df93

Monochromatic Colors of #bbe093

#bbe093

Complementary Color

#bbe093 #b893e0

#bbe093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe093 Color CSS Codes

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

#bbe093 Text Font Color

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

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


#bbe093 Background Color

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

This div background color is #bbe093


#bbe093 Border Color

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

This div border color is #bbe093


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe093


Comments

No comments written yet.

Please login to write comment.