Color Hex Logo

#bbf665 Color Hex

#BBF665
(187,246,101)
0 Favorites   0 Comments

Color spaces of #bbf665

RGB 187246101
HSL0.230.890.68
HSV84°59°96°
CMYK 0.240.000.59   0.04
XYZ55.798277.415924.3138
Yxy77.41590.35420.4914
Hunter Lab87.9863-40.776845.2064
CIE-Lab90.5127-40.444162.3053

#bbf665 color RGB value is (187,246,101).

#bbf665 hex color red value is 187, green value is 246 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #bbf665 hue: 0.23 , saturation: 0.89 and the lightness value of bbf665 is 0.68.

The process color (four color CMYK) of #bbf665 color hex is 0.24, 0.00, 0.59, 0.04. Web safe color of #bbf665 is #ccff66. Color #bbf665 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110110 01100101
Octal 273 366 145
Decimal 187 246 101
Hex BB F6 65

RGB Percentages of Color #bbf665

%35.02
%46.07
%18.91

CMYK Percentages of Color #bbf665

%24
%0
%59
%4

Triadic Colors of #bbf665

#bbf665 #65bbf6 #f665bb

Analogous Colors of #bbf665

#bbf665 #73f665 #f6e965

Monochromatic Colors of #bbf665

#bbf665

Complementary Color

#bbf665 #a065f6

#bbf665 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf665 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf665 Color CSS Codes

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

#bbf665 Text Font Color

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

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


#bbf665 Background Color

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

This div background color is #bbf665


#bbf665 Border Color

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

This div border color is #bbf665


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,246,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 #bbf665">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf665


Comments

No comments written yet.

Please login to write comment.