Color Hex Logo

#bbe469 Color Hex

#BBE469
(187,228,105)
0 Favorites   0 Comments

Color spaces of #bbe469

RGB 187228105
HSL0.220.690.65
HSV80°54°89°
CMYK 0.180.000.54   0.11
XYZ50.786767.071523.6340
Yxy67.07150.35890.4740
Hunter Lab81.8972-32.627340.2180
CIE-Lab85.5400-31.939454.8733

#bbe469 color RGB value is (187,228,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100100 01101001
Octal 273 344 151
Decimal 187 228 105
Hex BB E4 69

RGB Percentages of Color #bbe469

%35.96
%43.85
%20.19

CMYK Percentages of Color #bbe469

%18
%0
%54
%11

Triadic Colors of #bbe469

#bbe469 #69bbe4 #e469bb

Analogous Colors of #bbe469

#bbe469 #7ee469 #e4d069

Monochromatic Colors of #bbe469

#bbe469

Complementary Color

#bbe469 #9269e4

#bbe469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe469 Color CSS Codes

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

#bbe469 Text Font Color

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

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


#bbe469 Background Color

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

This div background color is #bbe469


#bbe469 Border Color

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

This div border color is #bbe469


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,228,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 #bbe469">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe469


Comments

No comments written yet.

Please login to write comment.