Color Hex Logo

#bbf675 Color Hex

#BBF675
(187,246,117)
0 Favorites   0 Comments

Color spaces of #bbf675

RGB 187246117
HSL0.240.880.71
HSV87°52°96°
CMYK 0.240.000.52   0.04
XYZ56.660277.760728.8526
Yxy77.76070.34700.4763
Hunter Lab88.1820-39.625742.3281
CIE-Lab90.6706-38.979855.4537

#bbf675 color RGB value is (187,246,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110110 01110101
Octal 273 366 165
Decimal 187 246 117
Hex BB F6 75

RGB Percentages of Color #bbf675

%34.00
%44.73
%21.27

CMYK Percentages of Color #bbf675

%24
%0
%52
%4

Triadic Colors of #bbf675

#bbf675 #75bbf6 #f675bb

Analogous Colors of #bbf675

#bbf675 #7bf675 #f6f175

Monochromatic Colors of #bbf675

#bbf675

Complementary Color

#bbf675 #b075f6

#bbf675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf675 Color CSS Codes

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

#bbf675 Text Font Color

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

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


#bbf675 Background Color

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

This div background color is #bbf675


#bbf675 Border Color

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

This div border color is #bbf675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf675


Comments

No comments written yet.

Please login to write comment.