Color Hex Logo

#bee168 Color Hex

#BEE168
(190,225,104)
0 Favorites   0 Comments

Color spaces of #bee168

RGB 190225104
HSL0.210.670.65
HSV77°54°88°
CMYK 0.160.000.54   0.12
XYZ50.659165.797123.1268
Yxy65.79710.36290.4714
Hunter Lab81.1154-30.473239.8766
CIE-Lab84.8928-29.489754.6234

#bee168 color RGB value is (190,225,104).

#bee168 hex color red value is 190, green value is 225 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #bee168 hue: 0.21 , saturation: 0.67 and the lightness value of bee168 is 0.65.

The process color (four color CMYK) of #bee168 color hex is 0.16, 0.00, 0.54, 0.12. Web safe color of #bee168 is #cccc66. Color #bee168 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100001 01101000
Octal 276 341 150
Decimal 190 225 104
Hex BE E1 68

RGB Percentages of Color #bee168

%36.61
%43.35
%20.04

CMYK Percentages of Color #bee168

%16
%0
%54
%12

Triadic Colors of #bee168

#bee168 #68bee1 #e168be

Analogous Colors of #bee168

#bee168 #82e168 #e1c868

Monochromatic Colors of #bee168

#bee168

Complementary Color

#bee168 #8b68e1

#bee168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee168 Color CSS Codes

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

#bee168 Text Font Color

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

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


#bee168 Background Color

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

This div background color is #bee168


#bee168 Border Color

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

This div border color is #bee168


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee168


Comments

No comments written yet.

Please login to write comment.