Color Hex Logo

#bbd18f Color Hex

#BBD18F
(187,209,143)
0 Favorites   0 Comments

Color spaces of #bbd18f

RGB 187209143
HSL0.220.420.69
HSV80°32°82°
CMYK 0.110.000.32   0.18
XYZ48.251958.148934.6673
Yxy58.14890.34200.4122
Hunter Lab76.2554-20.498126.4243
CIE-Lab80.8215-18.466530.3653

#bbd18f color RGB value is (187,209,143).

#bbd18f hex color red value is 187, green value is 209 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bbd18f hue: 0.22 , saturation: 0.42 and the lightness value of bbd18f is 0.69.

The process color (four color CMYK) of #bbd18f color hex is 0.11, 0.00, 0.32, 0.18. Web safe color of #bbd18f is #cccc99. Color #bbd18f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010001 10001111
Octal 273 321 217
Decimal 187 209 143
Hex BB D1 8F

RGB Percentages of Color #bbd18f

%34.69
%38.78
%26.53

CMYK Percentages of Color #bbd18f

%11
%0
%32
%18

Triadic Colors of #bbd18f

#bbd18f #8fbbd1 #d18fbb

Analogous Colors of #bbd18f

#bbd18f #9ad18f #d1c68f

Monochromatic Colors of #bbd18f

#bbd18f

Complementary Color

#bbd18f #a58fd1

#bbd18f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd18f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd18f Color CSS Codes

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

#bbd18f Text Font Color

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

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


#bbd18f Background Color

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

This div background color is #bbd18f


#bbd18f Border Color

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

This div border color is #bbd18f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd18f


Comments

No comments written yet.

Please login to write comment.