Color Hex Logo

#bbd278 Color Hex

#BBD278
(187,210,120)
0 Favorites   0 Comments

Color spaces of #bbd278

RGB 187210120
HSL0.210.500.65
HSV75°43°82°
CMYK 0.110.000.43   0.18
XYZ46.930358.014026.4936
Yxy58.01400.35710.4414
Hunter Lab76.1669-23.309232.6936
CIE-Lab80.7466-21.818941.9444

#bbd278 color RGB value is (187,210,120).

#bbd278 hex color red value is 187, green value is 210 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #bbd278 hue: 0.21 , saturation: 0.50 and the lightness value of bbd278 is 0.65.

The process color (four color CMYK) of #bbd278 color hex is 0.11, 0.00, 0.43, 0.18. Web safe color of #bbd278 is #cccc66. Color #bbd278 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010010 01111000
Octal 273 322 170
Decimal 187 210 120
Hex BB D2 78

RGB Percentages of Color #bbd278

%36.17
%40.62
%23.21

CMYK Percentages of Color #bbd278

%11
%0
%43
%18

Triadic Colors of #bbd278

#bbd278 #78bbd2 #d278bb

Analogous Colors of #bbd278

#bbd278 #8ed278 #d2bc78

Monochromatic Colors of #bbd278

#bbd278

Complementary Color

#bbd278 #8f78d2

#bbd278 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd278 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd278 Color CSS Codes

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

#bbd278 Text Font Color

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

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


#bbd278 Background Color

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

This div background color is #bbd278


#bbd278 Border Color

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

This div border color is #bbd278


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd278


Comments

No comments written yet.

Please login to write comment.