Color Hex Logo

#bbe195 Color Hex

#BBE195
(187,225,149)
0 Favorites   0 Comments

Color spaces of #bbe195

RGB 187225149
HSL0.250.560.73
HSV90°34°88°
CMYK 0.170.000.34   0.12
XYZ52.843566.585138.5008
Yxy66.58510.33460.4216
Hunter Lab81.5997-27.203929.1453
CIE-Lab85.2940-25.473933.2175

#bbe195 color RGB value is (187,225,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100001 10010101
Octal 273 341 225
Decimal 187 225 149
Hex BB E1 95

RGB Percentages of Color #bbe195

%33.33
%40.11
%26.56

CMYK Percentages of Color #bbe195

%17
%0
%34
%12

Triadic Colors of #bbe195

#bbe195 #95bbe1 #e195bb

Analogous Colors of #bbe195

#bbe195 #95e195 #e1e195

Monochromatic Colors of #bbe195

#bbe195

Complementary Color

#bbe195 #bb95e1

#bbe195 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe195 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe195 Color CSS Codes

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

#bbe195 Text Font Color

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

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


#bbe195 Background Color

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

This div background color is #bbe195


#bbe195 Border Color

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

This div border color is #bbe195


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe195


Comments

No comments written yet.

Please login to write comment.