Color Hex Logo

#bbfd65 Color Hex

#BBFD65
(187,253,101)
0 Favorites   0 Comments

Color spaces of #bbfd65

RGB 187253101
HSL0.240.970.69
HSV86°60°99°
CMYK 0.260.000.60   0.01
XYZ57.967881.754925.0370
Yxy81.75490.35180.4962
Hunter Lab90.4184-43.794846.8754
CIE-Lab92.4666-43.508564.4828

#bbfd65 color RGB value is (187,253,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111101 01100101
Octal 273 375 145
Decimal 187 253 101
Hex BB FD 65

RGB Percentages of Color #bbfd65

%34.57
%46.77
%18.67

CMYK Percentages of Color #bbfd65

%26
%0
%60
%1

Triadic Colors of #bbfd65

#bbfd65 #65bbfd #fd65bb

Analogous Colors of #bbfd65

#bbfd65 #6ffd65 #fdf365

Monochromatic Colors of #bbfd65

#bbfd65

Complementary Color

#bbfd65 #a765fd

#bbfd65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfd65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfd65 Color CSS Codes

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

#bbfd65 Text Font Color

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

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


#bbfd65 Background Color

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

This div background color is #bbfd65


#bbfd65 Border Color

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

This div border color is #bbfd65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfd65


Comments

No comments written yet.

Please login to write comment.