Color Hex Logo

#bbd47a Color Hex

#BBD47A
(187,212,122)
0 Favorites   0 Comments

Color spaces of #bbd47a

RGB 187212122
HSL0.210.510.65
HSV77°42°83°
CMYK 0.120.000.42   0.17
XYZ47.549959.056927.3053
Yxy59.05690.35510.4410
Hunter Lab76.8485-24.038232.7274
CIE-Lab81.3229-22.571441.6756

#bbd47a color RGB value is (187,212,122).

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

The process color (four color CMYK) of #bbd47a color hex is 0.12, 0.00, 0.42, 0.17. Web safe color of #bbd47a is #cccc66. Color #bbd47a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010100 01111010
Octal 273 324 172
Decimal 187 212 122
Hex BB D4 7A

RGB Percentages of Color #bbd47a

%35.89
%40.69
%23.42

CMYK Percentages of Color #bbd47a

%12
%0
%42
%17

Triadic Colors of #bbd47a

#bbd47a #7abbd4 #d47abb

Analogous Colors of #bbd47a

#bbd47a #8ed47a #d4c07a

Monochromatic Colors of #bbd47a

#bbd47a

Complementary Color

#bbd47a #937ad4

#bbd47a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd47a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd47a Color CSS Codes

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

#bbd47a Text Font Color

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

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


#bbd47a Background Color

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

This div background color is #bbd47a


#bbd47a Border Color

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

This div border color is #bbd47a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd47a


Comments

No comments written yet.

Please login to write comment.