Color Hex Logo

#bbd795 Color Hex

#BBD795
(187,215,149)
0 Favorites   0 Comments

Color spaces of #bbd795

RGB 187215149
HSL0.240.450.71
HSV85°31°84°
CMYK 0.130.000.31   0.16
XYZ50.218861.335637.6259
Yxy61.33560.33660.4112
Hunter Lab78.3170-22.596326.3372
CIE-Lab82.5588-20.607329.5812

#bbd795 color RGB value is (187,215,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010111 10010101
Octal 273 327 225
Decimal 187 215 149
Hex BB D7 95

RGB Percentages of Color #bbd795

%33.94
%39.02
%27.04

CMYK Percentages of Color #bbd795

%13
%0
%31
%16

Triadic Colors of #bbd795

#bbd795 #95bbd7 #d795bb

Analogous Colors of #bbd795

#bbd795 #9ad795 #d7d295

Monochromatic Colors of #bbd795

#bbd795

Complementary Color

#bbd795 #b195d7

#bbd795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd795 Color CSS Codes

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

#bbd795 Text Font Color

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

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


#bbd795 Background Color

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

This div background color is #bbd795


#bbd795 Border Color

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

This div border color is #bbd795


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd795


Comments

No comments written yet.

Please login to write comment.