Color Hex Logo

#bee769 Color Hex

#BEE769
(190,231,105)
0 Favorites   0 Comments

Color spaces of #bee769

RGB 190231105
HSL0.220.720.66
HSV80°55°91°
CMYK 0.180.000.55   0.09
XYZ52.360969.118923.9462
Yxy69.11890.36010.4753
Hunter Lab83.1378-33.070241.1191
CIE-Lab86.5629-32.198856.1099

#bee769 color RGB value is (190,231,105).

#bee769 hex color red value is 190, green value is 231 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #bee769 hue: 0.22 , saturation: 0.72 and the lightness value of bee769 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100111 01101001
Octal 276 347 151
Decimal 190 231 105
Hex BE E7 69

RGB Percentages of Color #bee769

%36.12
%43.92
%19.96

CMYK Percentages of Color #bee769

%18
%0
%55
%9

Triadic Colors of #bee769

#bee769 #69bee7 #e769be

Analogous Colors of #bee769

#bee769 #7fe769 #e7d169

Monochromatic Colors of #bee769

#bee769

Complementary Color

#bee769 #9269e7

#bee769 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee769 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee769 Color CSS Codes

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

#bee769 Text Font Color

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

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


#bee769 Background Color

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

This div background color is #bee769


#bee769 Border Color

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

This div border color is #bee769


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee769


Comments

No comments written yet.

Please login to write comment.