Color Hex Logo

#bbd494 Color Hex

#BBD494
(187,212,148)
0 Favorites   0 Comments

Color spaces of #bbd494

RGB 187212148
HSL0.230.430.71
HSV83°30°83°
CMYK 0.120.000.30   0.17
XYZ49.382359.789936.9549
Yxy59.78990.33790.4092
Hunter Lab77.3239-21.319325.7907
CIE-Lab81.7239-19.265228.9809

#bbd494 color RGB value is (187,212,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010100 10010100
Octal 273 324 224
Decimal 187 212 148
Hex BB D4 94

RGB Percentages of Color #bbd494

%34.19
%38.76
%27.06

CMYK Percentages of Color #bbd494

%12
%0
%30
%17

Triadic Colors of #bbd494

#bbd494 #94bbd4 #d494bb

Analogous Colors of #bbd494

#bbd494 #9bd494 #d4cd94

Monochromatic Colors of #bbd494

#bbd494

Complementary Color

#bbd494 #ad94d4

#bbd494 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd494 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd494 Color CSS Codes

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

#bbd494 Text Font Color

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

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


#bbd494 Background Color

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

This div background color is #bbd494


#bbd494 Border Color

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

This div border color is #bbd494


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,212,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 #bbd494">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd494


Comments

No comments written yet.

Please login to write comment.