Color Hex Logo

#bbd781 Color Hex

#BBD781
(187,215,129)
0 Favorites   0 Comments

Color spaces of #bbd781

RGB 187215129
HSL0.220.520.67
HSV80°40°84°
CMYK 0.130.000.40   0.16
XYZ48.756460.750729.9252
Yxy60.75070.34970.4357
Hunter Lab77.9427-24.740731.7962
CIE-Lab82.2445-23.215039.3535

#bbd781 color RGB value is (187,215,129).

#bbd781 hex color red value is 187, green value is 215 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #bbd781 hue: 0.22 , saturation: 0.52 and the lightness value of bbd781 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010111 10000001
Octal 273 327 201
Decimal 187 215 129
Hex BB D7 81

RGB Percentages of Color #bbd781

%35.22
%40.49
%24.29

CMYK Percentages of Color #bbd781

%13
%0
%40
%16

Triadic Colors of #bbd781

#bbd781 #81bbd7 #d781bb

Analogous Colors of #bbd781

#bbd781 #90d781 #d7c881

Monochromatic Colors of #bbd781

#bbd781

Complementary Color

#bbd781 #9d81d7

#bbd781 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd781 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd781 Color CSS Codes

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

#bbd781 Text Font Color

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

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


#bbd781 Background Color

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

This div background color is #bbd781


#bbd781 Border Color

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

This div border color is #bbd781


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd781


Comments

No comments written yet.

Please login to write comment.