Color Hex Logo

#bee007 Color Hex

#BEE007
(190,224,7)
0 Favorites   0 Comments

Color spaces of #bee007

RGB 1902247
HSL0.190.940.45
HSV69°97°88°
CMYK 0.150.000.97   0.12
XYZ47.929264.273810.0810
Yxy64.27380.39190.5256
Hunter Lab80.1709-33.585148.6643
CIE-Lab84.1081-33.524282.1219

#bee007 color RGB value is (190,224,7).

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

The process color (four color CMYK) of #bee007 color hex is 0.15, 0.00, 0.97, 0.12. Web safe color of #bee007 is #cccc00. Color #bee007 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100000 00000111
Octal 276 340 7
Decimal 190 224 7
Hex BE E0 7

RGB Percentages of Color #bee007

%45.13
%53.21
%1.66

CMYK Percentages of Color #bee007

%15
%0
%97
%12

Triadic Colors of #bee007

#bee007 #07bee0 #e007be

Analogous Colors of #bee007

#bee007 #52e007 #e09607

Monochromatic Colors of #bee007

#bee007

Complementary Color

#bee007 #2907e0

#bee007 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee007 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee007 Color CSS Codes

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

#bee007 Text Font Color

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

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


#bee007 Background Color

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

This div background color is #bee007


#bee007 Border Color

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

This div border color is #bee007


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee007


Comments

No comments written yet.

Please login to write comment.