Color Hex Logo

#bbd469 Color Hex

#BBD469
(187,212,105)
0 Favorites   0 Comments

Color spaces of #bbd469

RGB 187212105
HSL0.210.550.62
HSV74°50°83°
CMYK 0.120.000.50   0.17
XYZ46.586858.671722.2340
Yxy58.67170.36540.4602
Hunter Lab76.5975-25.481336.4081
CIE-Lab81.1108-24.355449.6585

#bbd469 color RGB value is (187,212,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010100 01101001
Octal 273 324 151
Decimal 187 212 105
Hex BB D4 69

RGB Percentages of Color #bbd469

%37.10
%42.06
%20.83

CMYK Percentages of Color #bbd469

%12
%0
%50
%17

Triadic Colors of #bbd469

#bbd469 #69bbd4 #d469bb

Analogous Colors of #bbd469

#bbd469 #86d469 #d4b869

Monochromatic Colors of #bbd469

#bbd469

Complementary Color

#bbd469 #8269d4

#bbd469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd469 Color CSS Codes

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

#bbd469 Text Font Color

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

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


#bbd469 Background Color

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

This div background color is #bbd469


#bbd469 Border Color

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

This div border color is #bbd469


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd469


Comments

No comments written yet.

Please login to write comment.