Color Hex Logo

#bbed07 Color Hex

#BBED07
(187,237,7)
0 Favorites   0 Comments

Color spaces of #bbed07

RGB 1872377
HSL0.200.940.48
HSV73°97°93°
CMYK 0.210.000.97   0.07
XYZ50.816171.148511.2558
Yxy71.14850.38140.5341
Hunter Lab84.3496-40.075151.1329
CIE-Lab87.5571-40.555484.6821

#bbed07 color RGB value is (187,237,7).

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

The process color (four color CMYK) of #bbed07 color hex is 0.21, 0.00, 0.97, 0.07. Web safe color of #bbed07 is #ccff00. Color #bbed07 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101101 00000111
Octal 273 355 7
Decimal 187 237 7
Hex BB ED 7

RGB Percentages of Color #bbed07

%43.39
%54.99
%1.62

CMYK Percentages of Color #bbed07

%21
%0
%97
%7

Triadic Colors of #bbed07

#bbed07 #07bbed #ed07bb

Analogous Colors of #bbed07

#bbed07 #48ed07 #edac07

Monochromatic Colors of #bbed07

#bbed07

Complementary Color

#bbed07 #3907ed

#bbed07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbed07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbed07 Color CSS Codes

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

#bbed07 Text Font Color

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

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


#bbed07 Background Color

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

This div background color is #bbed07


#bbed07 Border Color

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

This div border color is #bbed07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbed07


Comments

No comments written yet.

Please login to write comment.