Color Hex Logo

#bbc455 Color Hex

#BBC455
(187,196,85)
0 Favorites   0 Comments

Color spaces of #bbc455

RGB 18719685
HSL0.180.480.55
HSV65°57°77°
CMYK 0.050.000.57   0.23
XYZ41.873150.700516.1736
Yxy50.70050.38500.4662
Hunter Lab71.2043-19.637036.3757
CIE-Lab76.4972-18.240953.5578

#bbc455 color RGB value is (187,196,85).

#bbc455 hex color red value is 187, green value is 196 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #bbc455 hue: 0.18 , saturation: 0.48 and the lightness value of bbc455 is 0.55.

The process color (four color CMYK) of #bbc455 color hex is 0.05, 0.00, 0.57, 0.23. Web safe color of #bbc455 is #cccc66. Color #bbc455 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000100 01010101
Octal 273 304 125
Decimal 187 196 85
Hex BB C4 55

RGB Percentages of Color #bbc455

%39.96
%41.88
%18.16

CMYK Percentages of Color #bbc455

%5
%0
%57
%23

Triadic Colors of #bbc455

#bbc455 #55bbc4 #c455bb

Analogous Colors of #bbc455

#bbc455 #84c455 #c49655

Monochromatic Colors of #bbc455

#bbc455

Complementary Color

#bbc455 #5e55c4

#bbc455 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc455 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc455 Color CSS Codes

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

#bbc455 Text Font Color

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

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


#bbc455 Background Color

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

This div background color is #bbc455


#bbc455 Border Color

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

This div border color is #bbc455


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc455


Comments

No comments written yet.

Please login to write comment.