Color Hex Logo

#bee08f Color Hex

#BEE08F
(190,224,143)
0 Favorites   0 Comments

Color spaces of #bee08f

RGB 190224143
HSL0.240.570.72
HSV85°36°88°
CMYK 0.150.000.36   0.12
XYZ52.848866.241635.9871
Yxy66.24160.34080.4272
Hunter Lab81.3889-26.524130.7565
CIE-Lab85.1195-24.708136.0641

#bee08f color RGB value is (190,224,143).

#bee08f hex color red value is 190, green value is 224 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bee08f hue: 0.24 , saturation: 0.57 and the lightness value of bee08f is 0.72.

The process color (four color CMYK) of #bee08f color hex is 0.15, 0.00, 0.36, 0.12. Web safe color of #bee08f is #cccc99. Color #bee08f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100000 10001111
Octal 276 340 217
Decimal 190 224 143
Hex BE E0 8F

RGB Percentages of Color #bee08f

%34.11
%40.22
%25.67

CMYK Percentages of Color #bee08f

%15
%0
%36
%12

Triadic Colors of #bee08f

#bee08f #8fbee0 #e08fbe

Analogous Colors of #bee08f

#bee08f #96e08f #e0da8f

Monochromatic Colors of #bee08f

#bee08f

Complementary Color

#bee08f #b18fe0

#bee08f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee08f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee08f Color CSS Codes

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

#bee08f Text Font Color

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

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


#bee08f Background Color

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

This div background color is #bee08f


#bee08f Border Color

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

This div border color is #bee08f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee08f


Comments

No comments written yet.

Please login to write comment.