Color Hex Logo

#bee870 Color Hex

#BEE870
(190,232,112)
0 Favorites   0 Comments

Color spaces of #bee870

RGB 190232112
HSL0.230.720.67
HSV81°52°91°
CMYK 0.180.000.52   0.09
XYZ53.016469.830226.0136
Yxy69.83020.35610.4691
Hunter Lab83.5645-32.990840.0382
CIE-Lab86.9135-32.006753.3357

#bee870 color RGB value is (190,232,112).

#bee870 hex color red value is 190, green value is 232 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #bee870 hue: 0.23 , saturation: 0.72 and the lightness value of bee870 is 0.67.

The process color (four color CMYK) of #bee870 color hex is 0.18, 0.00, 0.52, 0.09. Web safe color of #bee870 is #ccff66. Color #bee870 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101000 01110000
Octal 276 350 160
Decimal 190 232 112
Hex BE E8 70

RGB Percentages of Color #bee870

%35.58
%43.45
%20.97

CMYK Percentages of Color #bee870

%18
%0
%52
%9

Triadic Colors of #bee870

#bee870 #70bee8 #e870be

Analogous Colors of #bee870

#bee870 #82e870 #e8d670

Monochromatic Colors of #bee870

#bee870

Complementary Color

#bee870 #9a70e8

#bee870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee870 Color CSS Codes

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

#bee870 Text Font Color

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

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


#bee870 Background Color

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

This div background color is #bee870


#bee870 Border Color

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

This div border color is #bee870


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee870


Comments

No comments written yet.

Please login to write comment.