Color Hex Logo

#bee192 Color Hex

#BEE192
(190,225,146)
0 Favorites   0 Comments

Color spaces of #bee192

RGB 190225146
HSL0.240.570.73
HSV87°35°88°
CMYK 0.160.000.35   0.12
XYZ53.348766.872937.2901
Yxy66.87290.33870.4246
Hunter Lab81.7759-26.658430.2066
CIE-Lab85.4397-24.796034.9670

#bee192 color RGB value is (190,225,146).

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

The process color (four color CMYK) of #bee192 color hex is 0.16, 0.00, 0.35, 0.12. Web safe color of #bee192 is #cccc99. Color #bee192 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100001 10010010
Octal 276 341 222
Decimal 190 225 146
Hex BE E1 92

RGB Percentages of Color #bee192

%33.87
%40.11
%26.02

CMYK Percentages of Color #bee192

%16
%0
%35
%12

Triadic Colors of #bee192

#bee192 #92bee1 #e192be

Analogous Colors of #bee192

#bee192 #97e192 #e1dd92

Monochromatic Colors of #bee192

#bee192

Complementary Color

#bee192 #b592e1

#bee192 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee192 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee192 Color CSS Codes

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

#bee192 Text Font Color

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

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


#bee192 Background Color

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

This div background color is #bee192


#bee192 Border Color

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

This div border color is #bee192


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee192


Comments

No comments written yet.

Please login to write comment.