Color Hex Logo

#bbf378 Color Hex

#BBF378
(187,243,120)
0 Favorites   0 Comments

Color spaces of #bbf378

RGB 187243120
HSL0.240.840.71
HSV87°51°95°
CMYK 0.230.000.51   0.05
XYZ55.934376.022029.4950
Yxy76.02200.34640.4709
Hunter Lab87.1906-38.072740.9767
CIE-Lab89.8696-37.331853.1262

#bbf378 color RGB value is (187,243,120).

#bbf378 hex color red value is 187, green value is 243 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #bbf378 hue: 0.24 , saturation: 0.84 and the lightness value of bbf378 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110011 01111000
Octal 273 363 170
Decimal 187 243 120
Hex BB F3 78

RGB Percentages of Color #bbf378

%34.00
%44.18
%21.82

CMYK Percentages of Color #bbf378

%23
%0
%51
%5

Triadic Colors of #bbf378

#bbf378 #78bbf3 #f378bb

Analogous Colors of #bbf378

#bbf378 #7ef378 #f3ee78

Monochromatic Colors of #bbf378

#bbf378

Complementary Color

#bbf378 #b078f3

#bbf378 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf378 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf378 Color CSS Codes

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

#bbf378 Text Font Color

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

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


#bbf378 Background Color

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

This div background color is #bbf378


#bbf378 Border Color

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

This div border color is #bbf378


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf378


Comments

No comments written yet.

Please login to write comment.