Color Hex Logo

#bbd194 Color Hex

#BBD194
(187,209,148)
0 Favorites   0 Comments

Color spaces of #bbd194

RGB 187209148
HSL0.230.400.70
HSV82°29°82°
CMYK 0.110.000.29   0.18
XYZ48.639358.303836.7072
Yxy58.30380.33860.4059
Hunter Lab76.3569-19.920324.9473
CIE-Lab80.9074-17.772227.8856

#bbd194 color RGB value is (187,209,148).

#bbd194 hex color red value is 187, green value is 209 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #bbd194 hue: 0.23 , saturation: 0.40 and the lightness value of bbd194 is 0.70.

The process color (four color CMYK) of #bbd194 color hex is 0.11, 0.00, 0.29, 0.18. Web safe color of #bbd194 is #cccc99. Color #bbd194 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010001 10010100
Octal 273 321 224
Decimal 187 209 148
Hex BB D1 94

RGB Percentages of Color #bbd194

%34.38
%38.42
%27.21

CMYK Percentages of Color #bbd194

%11
%0
%29
%18

Triadic Colors of #bbd194

#bbd194 #94bbd1 #d194bb

Analogous Colors of #bbd194

#bbd194 #9dd194 #d1c994

Monochromatic Colors of #bbd194

#bbd194

Complementary Color

#bbd194 #aa94d1

#bbd194 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd194 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd194 Color CSS Codes

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

#bbd194 Text Font Color

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

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


#bbd194 Background Color

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

This div background color is #bbd194


#bbd194 Border Color

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

This div border color is #bbd194


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd194


Comments

No comments written yet.

Please login to write comment.