Color Hex Logo

#bbe142 Color Hex

#BBE142
(187,225,66)
0 Favorites   0 Comments

Color spaces of #bbe142

RGB 18722566
HSL0.210.730.57
HSV74°71°88°
CMYK 0.170.000.71   0.12
XYZ48.402164.808615.1125
Yxy64.80860.37720.5050
Hunter Lab80.5038-33.560345.2225
CIE-Lab84.3850-33.413169.5263

#bbe142 color RGB value is (187,225,66).

#bbe142 hex color red value is 187, green value is 225 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #bbe142 hue: 0.21 , saturation: 0.73 and the lightness value of bbe142 is 0.57.

The process color (four color CMYK) of #bbe142 color hex is 0.17, 0.00, 0.71, 0.12. Web safe color of #bbe142 is #cccc33. Color #bbe142 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100001 01000010
Octal 273 341 102
Decimal 187 225 66
Hex BB E1 42

RGB Percentages of Color #bbe142

%39.12
%47.07
%13.81

CMYK Percentages of Color #bbe142

%17
%0
%71
%12

Triadic Colors of #bbe142

#bbe142 #42bbe1 #e142bb

Analogous Colors of #bbe142

#bbe142 #6ce142 #e1b842

Monochromatic Colors of #bbe142

#bbe142

Complementary Color

#bbe142 #6842e1

#bbe142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe142 Color CSS Codes

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

#bbe142 Text Font Color

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

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


#bbe142 Background Color

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

This div background color is #bbe142


#bbe142 Border Color

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

This div border color is #bbe142


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe142


Comments

No comments written yet.

Please login to write comment.