Color Hex Logo

#bbf545 Color Hex

#BBF545
(187,245,69)
0 Favorites   0 Comments

Color spaces of #bbf545

RGB 18724569
HSL0.220.900.62
HSV80°72°96°
CMYK 0.240.000.72   0.04
XYZ54.220176.299317.4998
Yxy76.29930.36630.5155
Hunter Lab87.3495-42.062049.2663
CIE-Lab89.9981-42.210874.0158

#bbf545 color RGB value is (187,245,69).

#bbf545 hex color red value is 187, green value is 245 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #bbf545 hue: 0.22 , saturation: 0.90 and the lightness value of bbf545 is 0.62.

The process color (four color CMYK) of #bbf545 color hex is 0.24, 0.00, 0.72, 0.04. Web safe color of #bbf545 is #ccff33. Color #bbf545 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110101 01000101
Octal 273 365 105
Decimal 187 245 69
Hex BB F5 45

RGB Percentages of Color #bbf545

%37.33
%48.90
%13.77

CMYK Percentages of Color #bbf545

%24
%0
%72
%4

Triadic Colors of #bbf545

#bbf545 #45bbf5 #f545bb

Analogous Colors of #bbf545

#bbf545 #63f545 #f5d745

Monochromatic Colors of #bbf545

#bbf545

Complementary Color

#bbf545 #7f45f5

#bbf545 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf545 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf545 Color CSS Codes

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

#bbf545 Text Font Color

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

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


#bbf545 Background Color

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

This div background color is #bbf545


#bbf545 Border Color

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

This div border color is #bbf545


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf545


Comments

No comments written yet.

Please login to write comment.