Color Hex Logo

#bbf668 Color Hex

#BBF668
(187,246,104)
0 Favorites   0 Comments

Color spaces of #bbf668

RGB 187246104
HSL0.240.890.69
HSV85°58°96°
CMYK 0.240.000.58   0.04
XYZ55.948077.475825.1023
Yxy77.47580.35290.4887
Hunter Lab88.0203-40.576444.7055
CIE-Lab90.5402-40.188161.0549

#bbf668 color RGB value is (187,246,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110110 01101000
Octal 273 366 150
Decimal 187 246 104
Hex BB F6 68

RGB Percentages of Color #bbf668

%34.82
%45.81
%19.37

CMYK Percentages of Color #bbf668

%24
%0
%58
%4

Triadic Colors of #bbf668

#bbf668 #68bbf6 #f668bb

Analogous Colors of #bbf668

#bbf668 #74f668 #f6ea68

Monochromatic Colors of #bbf668

#bbf668

Complementary Color

#bbf668 #a368f6

#bbf668 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf668 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf668 Color CSS Codes

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

#bbf668 Text Font Color

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

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


#bbf668 Background Color

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

This div background color is #bbf668


#bbf668 Border Color

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

This div border color is #bbf668


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf668


Comments

No comments written yet.

Please login to write comment.