Color Hex Logo

#bee035 Color Hex

#BEE035
(190,224,53)
0 Favorites   0 Comments

Color spaces of #bee035

RGB 19022453
HSL0.200.730.54
HSV72°76°88°
CMYK 0.150.000.76   0.12
XYZ48.533564.515513.2629
Yxy64.51550.38420.5108
Hunter Lab80.3215-32.705846.4350
CIE-Lab84.2334-32.398873.6746

#bee035 color RGB value is (190,224,53).

#bee035 hex color red value is 190, green value is 224 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #bee035 hue: 0.20 , saturation: 0.73 and the lightness value of bee035 is 0.54.

The process color (four color CMYK) of #bee035 color hex is 0.15, 0.00, 0.76, 0.12. Web safe color of #bee035 is #cccc33. Color #bee035 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100000 00110101
Octal 276 340 65
Decimal 190 224 53
Hex BE E0 35

RGB Percentages of Color #bee035

%40.69
%47.97
%11.35

CMYK Percentages of Color #bee035

%15
%0
%76
%12

Triadic Colors of #bee035

#bee035 #35bee0 #e035be

Analogous Colors of #bee035

#bee035 #69e035 #e0ad35

Monochromatic Colors of #bee035

#bee035

Complementary Color

#bee035 #5735e0

#bee035 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee035 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee035 Color CSS Codes

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

#bee035 Text Font Color

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

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


#bee035 Background Color

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

This div background color is #bee035


#bee035 Border Color

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

This div border color is #bee035


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,224,53, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee035


Comments

No comments written yet.

Please login to write comment.