Color Hex Logo

#bbeb70 Color Hex

#BBEB70
(187,235,112)
0 Favorites   0 Comments

Color spaces of #bbeb70

RGB 187235112
HSL0.230.750.68
HSV83°52°92°
CMYK 0.200.000.52   0.08
XYZ53.126571.151326.2627
Yxy71.15130.35290.4726
Hunter Lab84.3512-35.190940.5860
CIE-Lab87.5585-34.502054.0528

#bbeb70 color RGB value is (187,235,112).

#bbeb70 hex color red value is 187, green value is 235 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #bbeb70 hue: 0.23 , saturation: 0.75 and the lightness value of bbeb70 is 0.68.

The process color (four color CMYK) of #bbeb70 color hex is 0.20, 0.00, 0.52, 0.08. Web safe color of #bbeb70 is #ccff66. Color #bbeb70 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101011 01110000
Octal 273 353 160
Decimal 187 235 112
Hex BB EB 70

RGB Percentages of Color #bbeb70

%35.02
%44.01
%20.97

CMYK Percentages of Color #bbeb70

%20
%0
%52
%8

Triadic Colors of #bbeb70

#bbeb70 #70bbeb #eb70bb

Analogous Colors of #bbeb70

#bbeb70 #7eeb70 #ebde70

Monochromatic Colors of #bbeb70

#bbeb70

Complementary Color

#bbeb70 #a070eb

#bbeb70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbeb70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbeb70 Color CSS Codes

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

#bbeb70 Text Font Color

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

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


#bbeb70 Background Color

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

This div background color is #bbeb70


#bbeb70 Border Color

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

This div border color is #bbeb70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbeb70


Comments

No comments written yet.

Please login to write comment.