Color Hex Logo

#bbe017 Color Hex

#BBE017
(187,224,23)
0 Favorites   0 Comments

Color spaces of #bbe017

RGB 18722423
HSL0.200.810.48
HSV71°90°88°
CMYK 0.170.000.90   0.12
XYZ47.303863.938010.6587
Yxy63.93800.38810.5245
Hunter Lab79.9612-34.334448.0696
CIE-Lab83.9335-34.510080.1245

#bbe017 color RGB value is (187,224,23).

#bbe017 hex color red value is 187, green value is 224 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #bbe017 hue: 0.20 , saturation: 0.81 and the lightness value of bbe017 is 0.48.

The process color (four color CMYK) of #bbe017 color hex is 0.17, 0.00, 0.90, 0.12. Web safe color of #bbe017 is #cccc00. Color #bbe017 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100000 00010111
Octal 273 340 27
Decimal 187 224 23
Hex BB E0 17

RGB Percentages of Color #bbe017

%43.09
%51.61
%5.30

CMYK Percentages of Color #bbe017

%17
%0
%90
%12

Triadic Colors of #bbe017

#bbe017 #17bbe0 #e017bb

Analogous Colors of #bbe017

#bbe017 #57e017 #e0a117

Monochromatic Colors of #bbe017

#bbe017

Complementary Color

#bbe017 #3c17e0

#bbe017 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe017 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe017 Color CSS Codes

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

#bbe017 Text Font Color

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

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


#bbe017 Background Color

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

This div background color is #bbe017


#bbe017 Border Color

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

This div border color is #bbe017


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe017


Comments

No comments written yet.

Please login to write comment.