Color Hex Logo

#bee07f Color Hex

#BEE07F
(190,224,127)
0 Favorites   0 Comments

Color spaces of #bee07f

RGB 190224127
HSL0.230.610.69
HSV81°43°88°
CMYK 0.150.000.43   0.12
XYZ51.721665.790830.0515
Yxy65.79080.35050.4458
Hunter Lab81.1115-28.122834.8114
CIE-Lab84.8896-26.661343.7313

#bee07f color RGB value is (190,224,127).

#bee07f hex color red value is 190, green value is 224 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bee07f hue: 0.23 , saturation: 0.61 and the lightness value of bee07f is 0.69.

The process color (four color CMYK) of #bee07f color hex is 0.15, 0.00, 0.43, 0.12. Web safe color of #bee07f is #cccc66. Color #bee07f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100000 01111111
Octal 276 340 177
Decimal 190 224 127
Hex BE E0 7F

RGB Percentages of Color #bee07f

%35.12
%41.40
%23.48

CMYK Percentages of Color #bee07f

%15
%0
%43
%12

Triadic Colors of #bee07f

#bee07f #7fbee0 #e07fbe

Analogous Colors of #bee07f

#bee07f #8ee07f #e0d27f

Monochromatic Colors of #bee07f

#bee07f

Complementary Color

#bee07f #a17fe0

#bee07f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee07f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee07f Color CSS Codes

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

#bee07f Text Font Color

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

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


#bee07f Background Color

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

This div background color is #bee07f


#bee07f Border Color

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

This div border color is #bee07f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee07f


Comments

No comments written yet.

Please login to write comment.