Color Hex Logo

#bbf354 Color Hex

#BBF354
(187,243,84)
0 Favorites   0 Comments

Color spaces of #bbf354

RGB 18724384
HSL0.230.870.64
HSV81°65°95°
CMYK 0.230.000.65   0.05
XYZ54.144375.306120.0693
Yxy75.30610.36210.5037
Hunter Lab86.7791-40.491447.0334
CIE-Lab89.5362-40.413068.1384

#bbf354 color RGB value is (187,243,84).

#bbf354 hex color red value is 187, green value is 243 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #bbf354 hue: 0.23 , saturation: 0.87 and the lightness value of bbf354 is 0.64.

The process color (four color CMYK) of #bbf354 color hex is 0.23, 0.00, 0.65, 0.05. Web safe color of #bbf354 is #ccff66. Color #bbf354 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110011 01010100
Octal 273 363 124
Decimal 187 243 84
Hex BB F3 54

RGB Percentages of Color #bbf354

%36.38
%47.28
%16.34

CMYK Percentages of Color #bbf354

%23
%0
%65
%5

Triadic Colors of #bbf354

#bbf354 #54bbf3 #f354bb

Analogous Colors of #bbf354

#bbf354 #6cf354 #f3dc54

Monochromatic Colors of #bbf354

#bbf354

Complementary Color

#bbf354 #8c54f3

#bbf354 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf354 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf354 Color CSS Codes

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

#bbf354 Text Font Color

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

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


#bbf354 Background Color

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

This div background color is #bbf354


#bbf354 Border Color

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

This div border color is #bbf354


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf354


Comments

No comments written yet.

Please login to write comment.