Color Hex Logo

#bbfd68 Color Hex

#BBFD68
(187,253,104)
0 Favorites   0 Comments

Color spaces of #bbfd68

RGB 187253104
HSL0.240.970.70
HSV87°59°99°
CMYK 0.260.000.59   0.01
XYZ58.117581.814825.8254
Yxy81.81480.35060.4936
Hunter Lab90.4515-43.599246.3878
CIE-Lab92.4931-43.258063.2556

#bbfd68 color RGB value is (187,253,104).

#bbfd68 hex color red value is 187, green value is 253 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #bbfd68 hue: 0.24 , saturation: 0.97 and the lightness value of bbfd68 is 0.70.

The process color (four color CMYK) of #bbfd68 color hex is 0.26, 0.00, 0.59, 0.01. Web safe color of #bbfd68 is #ccff66. Color #bbfd68 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111101 01101000
Octal 273 375 150
Decimal 187 253 104
Hex BB FD 68

RGB Percentages of Color #bbfd68

%34.38
%46.51
%19.12

CMYK Percentages of Color #bbfd68

%26
%0
%59
%1

Triadic Colors of #bbfd68

#bbfd68 #68bbfd #fd68bb

Analogous Colors of #bbfd68

#bbfd68 #71fd68 #fdf568

Monochromatic Colors of #bbfd68

#bbfd68

Complementary Color

#bbfd68 #aa68fd

#bbfd68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfd68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfd68 Color CSS Codes

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

#bbfd68 Text Font Color

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

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


#bbfd68 Background Color

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

This div background color is #bbfd68


#bbfd68 Border Color

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

This div border color is #bbfd68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfd68

Related Colors


Comments

No comments written yet.

Please login to write comment.