Color Hex Logo

#bee307 Color Hex

#BEE307
(190,227,7)
0 Favorites   0 Comments

Color spaces of #bee307

RGB 1902277
HSL0.190.940.46
HSV70°97°89°
CMYK 0.160.000.97   0.11
XYZ48.742665.900710.3521
Yxy65.90070.39000.5272
Hunter Lab81.1792-34.886649.2647
CIE-Lab84.9457-34.895982.7622

#bee307 color RGB value is (190,227,7).

#bee307 hex color red value is 190, green value is 227 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #bee307 hue: 0.19 , saturation: 0.94 and the lightness value of bee307 is 0.46.

The process color (four color CMYK) of #bee307 color hex is 0.16, 0.00, 0.97, 0.11. Web safe color of #bee307 is #cccc00. Color #bee307 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100011 00000111
Octal 276 343 7
Decimal 190 227 7
Hex BE E3 7

RGB Percentages of Color #bee307

%44.81
%53.54
%1.65

CMYK Percentages of Color #bee307

%16
%0
%97
%11

Triadic Colors of #bee307

#bee307 #07bee3 #e307be

Analogous Colors of #bee307

#bee307 #50e307 #e39a07

Monochromatic Colors of #bee307

#bee307

Complementary Color

#bee307 #2c07e3

#bee307 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee307 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee307 Color CSS Codes

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

#bee307 Text Font Color

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

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


#bee307 Background Color

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

This div background color is #bee307


#bee307 Border Color

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

This div border color is #bee307


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee307


Comments

No comments written yet.

Please login to write comment.