Color Hex Logo

#bbd594 Color Hex

#BBD594
(187,213,148)
0 Favorites   0 Comments

Color spaces of #bbd594

RGB 187213148
HSL0.230.440.71
HSV84°31°84°
CMYK 0.120.000.31   0.16
XYZ49.633160.291437.0384
Yxy60.29140.33770.4102
Hunter Lab77.6475-21.784226.0715
CIE-Lab81.9963-19.760329.3457

#bbd594 color RGB value is (187,213,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010101 10010100
Octal 273 325 224
Decimal 187 213 148
Hex BB D5 94

RGB Percentages of Color #bbd594

%34.12
%38.87
%27.01

CMYK Percentages of Color #bbd594

%12
%0
%31
%16

Triadic Colors of #bbd594

#bbd594 #94bbd5 #d594bb

Analogous Colors of #bbd594

#bbd594 #9bd594 #d5cf94

Monochromatic Colors of #bbd594

#bbd594

Complementary Color

#bbd594 #ae94d5

#bbd594 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd594 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd594 Color CSS Codes

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

#bbd594 Text Font Color

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

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


#bbd594 Background Color

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

This div background color is #bbd594


#bbd594 Border Color

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

This div border color is #bbd594


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd594


Comments

No comments written yet.

Please login to write comment.