Color Hex Logo

#bbd694 Color Hex

#BBD694
(187,214,148)
0 Favorites   0 Comments

Color spaces of #bbd694

RGB 187214148
HSL0.230.450.71
HSV85°31°84°
CMYK 0.130.000.31   0.16
XYZ49.885460.796037.1225
Yxy60.79600.33750.4113
Hunter Lab77.9718-22.248526.3522
CIE-Lab82.2690-20.254429.7102

#bbd694 color RGB value is (187,214,148).

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

The process color (four color CMYK) of #bbd694 color hex is 0.13, 0.00, 0.31, 0.16. Web safe color of #bbd694 is #cccc99. Color #bbd694 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010110 10010100
Octal 273 326 224
Decimal 187 214 148
Hex BB D6 94

RGB Percentages of Color #bbd694

%34.06
%38.98
%26.96

CMYK Percentages of Color #bbd694

%13
%0
%31
%16

Triadic Colors of #bbd694

#bbd694 #94bbd6 #d694bb

Analogous Colors of #bbd694

#bbd694 #9ad694 #d6d094

Monochromatic Colors of #bbd694

#bbd694

Complementary Color

#bbd694 #af94d6

#bbd694 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd694 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd694 Color CSS Codes

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

#bbd694 Text Font Color

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

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


#bbd694 Background Color

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

This div background color is #bbd694


#bbd694 Border Color

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

This div border color is #bbd694


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd694


Comments

No comments written yet.

Please login to write comment.