Color Hex Logo

#bee75b Color Hex

#BEE75B
(190,231,91)
0 Favorites   0 Comments

Color spaces of #bee75b

RGB 19023191
HSL0.220.740.63
HSV78°61°91°
CMYK 0.180.000.61   0.09
XYZ51.699468.854320.4629
Yxy68.85430.36660.4883
Hunter Lab82.9785-33.998743.4637
CIE-Lab86.4318-33.367362.0468

#bee75b color RGB value is (190,231,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100111 01011011
Octal 276 347 133
Decimal 190 231 91
Hex BE E7 5B

RGB Percentages of Color #bee75b

%37.11
%45.12
%17.77

CMYK Percentages of Color #bee75b

%18
%0
%61
%9

Triadic Colors of #bee75b

#bee75b #5bbee7 #e75bbe

Analogous Colors of #bee75b

#bee75b #78e75b #e7ca5b

Monochromatic Colors of #bee75b

#bee75b

Complementary Color

#bee75b #845be7

#bee75b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee75b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee75b Color CSS Codes

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

#bee75b Text Font Color

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

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


#bee75b Background Color

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

This div background color is #bee75b


#bee75b Border Color

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

This div border color is #bee75b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee75b


Comments

No comments written yet.

Please login to write comment.