Color Hex Logo

#bbc548 Color Hex

#BBC548
(187,197,72)
0 Favorites   0 Comments

Color spaces of #bbc548

RGB 18719772
HSL0.180.520.53
HSV65°63°77°
CMYK 0.050.000.63   0.23
XYZ41.629550.965213.7740
Yxy50.96520.39140.4791
Hunter Lab71.3899-20.843938.5335
CIE-Lab76.6579-19.672759.3559

#bbc548 color RGB value is (187,197,72).

#bbc548 hex color red value is 187, green value is 197 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #bbc548 hue: 0.18 , saturation: 0.52 and the lightness value of bbc548 is 0.53.

The process color (four color CMYK) of #bbc548 color hex is 0.05, 0.00, 0.63, 0.23. Web safe color of #bbc548 is #cccc33. Color #bbc548 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000101 01001000
Octal 273 305 110
Decimal 187 197 72
Hex BB C5 48

RGB Percentages of Color #bbc548

%41.01
%43.20
%15.79

CMYK Percentages of Color #bbc548

%5
%0
%63
%23

Triadic Colors of #bbc548

#bbc548 #48bbc5 #c548bb

Analogous Colors of #bbc548

#bbc548 #7dc548 #c59148

Monochromatic Colors of #bbc548

#bbc548

Complementary Color

#bbc548 #5248c5

#bbc548 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc548 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc548 Color CSS Codes

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

#bbc548 Text Font Color

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

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


#bbc548 Background Color

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

This div background color is #bbc548


#bbc548 Border Color

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

This div border color is #bbc548


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc548


Comments

No comments written yet.

Please login to write comment.