Color Hex Logo

#bbce42 Color Hex

#BBCE42
(187,206,66)
0 Favorites   0 Comments

Color spaces of #bbce42

RGB 18720666
HSL0.190.590.53
HSV68°68°81°
CMYK 0.090.000.68   0.19
XYZ43.548255.100813.4945
Yxy55.10080.38830.4913
Hunter Lab74.2299-25.182441.1824
CIE-Lab79.0993-24.449664.2489

#bbce42 color RGB value is (187,206,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001110 01000010
Octal 273 316 102
Decimal 187 206 66
Hex BB CE 42

RGB Percentages of Color #bbce42

%40.74
%44.88
%14.38

CMYK Percentages of Color #bbce42

%9
%0
%68
%19

Triadic Colors of #bbce42

#bbce42 #42bbce #ce42bb

Analogous Colors of #bbce42

#bbce42 #75ce42 #ce9b42

Monochromatic Colors of #bbce42

#bbce42

Complementary Color

#bbce42 #5542ce

#bbce42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbce42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbce42 Color CSS Codes

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

#bbce42 Text Font Color

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

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


#bbce42 Background Color

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

This div background color is #bbce42


#bbce42 Border Color

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

This div border color is #bbce42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbce42


Comments

No comments written yet.

Please login to write comment.