Color Hex Logo

#bee95d Color Hex

#BEE95D
(190,233,93)
0 Favorites   0 Comments

Color spaces of #bee95d

RGB 19023393
HSL0.220.760.64
HSV78°60°91°
CMYK 0.180.000.60   0.09
XYZ52.349970.015321.1111
Yxy70.01530.36490.4880
Hunter Lab83.6751-34.756143.6138
CIE-Lab87.0044-34.130461.8368

#bee95d color RGB value is (190,233,93).

#bee95d hex color red value is 190, green value is 233 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #bee95d hue: 0.22 , saturation: 0.76 and the lightness value of bee95d is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101001 01011101
Octal 276 351 135
Decimal 190 233 93
Hex BE E9 5D

RGB Percentages of Color #bee95d

%36.82
%45.16
%18.02

CMYK Percentages of Color #bee95d

%18
%0
%60
%9

Triadic Colors of #bee95d

#bee95d #5dbee9 #e95dbe

Analogous Colors of #bee95d

#bee95d #78e95d #e9ce5d

Monochromatic Colors of #bee95d

#bee95d

Complementary Color

#bee95d #885de9

#bee95d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee95d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee95d Color CSS Codes

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

#bee95d Text Font Color

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

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


#bee95d Background Color

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

This div background color is #bee95d


#bee95d Border Color

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

This div border color is #bee95d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee95d


Comments

No comments written yet.

Please login to write comment.