Color Hex Logo

#bee775 Color Hex

#BEE775
(190,231,117)
0 Favorites   0 Comments

Color spaces of #bee775

RGB 190231117
HSL0.230.700.68
HSV82°49°91°
CMYK 0.180.000.49   0.09
XYZ53.022069.383327.4274
Yxy69.38330.35390.4631
Hunter Lab83.2966-32.146038.7850
CIE-Lab86.6935-31.043950.7476

#bee775 color RGB value is (190,231,117).

#bee775 hex color red value is 190, green value is 231 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #bee775 hue: 0.23 , saturation: 0.70 and the lightness value of bee775 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100111 01110101
Octal 276 347 165
Decimal 190 231 117
Hex BE E7 75

RGB Percentages of Color #bee775

%35.32
%42.94
%21.75

CMYK Percentages of Color #bee775

%18
%0
%49
%9

Triadic Colors of #bee775

#bee775 #75bee7 #e775be

Analogous Colors of #bee775

#bee775 #85e775 #e7d775

Monochromatic Colors of #bee775

#bee775

Complementary Color

#bee775 #9e75e7

#bee775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee775 Color CSS Codes

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

#bee775 Text Font Color

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

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


#bee775 Background Color

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

This div background color is #bee775


#bee775 Border Color

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

This div border color is #bee775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee775


Comments

No comments written yet.

Please login to write comment.