Color Hex Logo

#bbce41 Color Hex

#BBCE41
(187,206,65)
0 Favorites   0 Comments

Color spaces of #bbce41

RGB 18720665
HSL0.190.590.53
HSV68°68°81°
CMYK 0.090.000.68   0.19
XYZ43.519055.089113.3406
Yxy55.08910.38870.4921
Hunter Lab74.2220-25.227741.2987
CIE-Lab79.0926-24.506864.6178

#bbce41 color RGB value is (187,206,65).

#bbce41 hex color red value is 187, green value is 206 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #bbce41 hue: 0.19 , saturation: 0.59 and the lightness value of bbce41 is 0.53.

The process color (four color CMYK) of #bbce41 color hex is 0.09, 0.00, 0.68, 0.19. Web safe color of #bbce41 is #cccc33. Color #bbce41 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001110 01000001
Octal 273 316 101
Decimal 187 206 65
Hex BB CE 41

RGB Percentages of Color #bbce41

%40.83
%44.98
%14.19

CMYK Percentages of Color #bbce41

%9
%0
%68
%19

Triadic Colors of #bbce41

#bbce41 #41bbce #ce41bb

Analogous Colors of #bbce41

#bbce41 #75ce41 #ce9b41

Monochromatic Colors of #bbce41

#bbce41

Complementary Color

#bbce41 #5441ce

#bbce41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbce41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbce41 Color CSS Codes

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

#bbce41 Text Font Color

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

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


#bbce41 Background Color

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

This div background color is #bbce41


#bbce41 Border Color

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

This div border color is #bbce41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbce41


Comments

No comments written yet.

Please login to write comment.