Color Hex Logo

#bbd593 Color Hex

#BBD593
(187,213,147)
0 Favorites   0 Comments

Color spaces of #bbd593

RGB 187213147
HSL0.230.440.71
HSV84°31°84°
CMYK 0.120.000.31   0.16
XYZ49.554260.259936.6233
Yxy60.25990.33840.4115
Hunter Lab77.6273-21.900326.3670
CIE-Lab81.9793-19.900229.8398

#bbd593 color RGB value is (187,213,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010101 10010011
Octal 273 325 223
Decimal 187 213 147
Hex BB D5 93

RGB Percentages of Color #bbd593

%34.19
%38.94
%26.87

CMYK Percentages of Color #bbd593

%12
%0
%31
%16

Triadic Colors of #bbd593

#bbd593 #93bbd5 #d593bb

Analogous Colors of #bbd593

#bbd593 #9ad593 #d5ce93

Monochromatic Colors of #bbd593

#bbd593

Complementary Color

#bbd593 #ad93d5

#bbd593 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd593 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd593 Color CSS Codes

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

#bbd593 Text Font Color

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

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


#bbd593 Background Color

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

This div background color is #bbd593


#bbd593 Border Color

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

This div border color is #bbd593


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd593


Comments

No comments written yet.

Please login to write comment.