Color Hex Logo

#bbe473 Color Hex

#BBE473
(187,228,115)
0 Favorites   0 Comments

Color spaces of #bbe473

RGB 187228115
HSL0.230.680.67
HSV82°50°89°
CMYK 0.180.000.50   0.11
XYZ51.331467.289426.5024
Yxy67.28940.35370.4637
Hunter Lab82.0301-31.854038.2656
CIE-Lab85.6499-30.967550.3845

#bbe473 color RGB value is (187,228,115).

#bbe473 hex color red value is 187, green value is 228 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #bbe473 hue: 0.23 , saturation: 0.68 and the lightness value of bbe473 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100100 01110011
Octal 273 344 163
Decimal 187 228 115
Hex BB E4 73

RGB Percentages of Color #bbe473

%35.28
%43.02
%21.70

CMYK Percentages of Color #bbe473

%18
%0
%50
%11

Triadic Colors of #bbe473

#bbe473 #73bbe4 #e473bb

Analogous Colors of #bbe473

#bbe473 #83e473 #e4d573

Monochromatic Colors of #bbe473

#bbe473

Complementary Color

#bbe473 #9c73e4

#bbe473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe473 Color CSS Codes

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

#bbe473 Text Font Color

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

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


#bbe473 Background Color

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

This div background color is #bbe473


#bbe473 Border Color

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

This div border color is #bbe473


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe473


Comments

No comments written yet.

Please login to write comment.