Color Hex Logo

#bee85d Color Hex

#BEE85D
(190,232,93)
0 Favorites   0 Comments

Color spaces of #bee85d

RGB 19023293
HSL0.220.750.64
HSV78°60°91°
CMYK 0.180.000.60   0.09
XYZ52.067669.450721.0170
Yxy69.45070.36530.4873
Hunter Lab83.3371-34.316143.3835
CIE-Lab86.7267-33.671861.5304

#bee85d color RGB value is (190,232,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101000 01011101
Octal 276 350 135
Decimal 190 232 93
Hex BE E8 5D

RGB Percentages of Color #bee85d

%36.89
%45.05
%18.06

CMYK Percentages of Color #bee85d

%18
%0
%60
%9

Triadic Colors of #bee85d

#bee85d #5dbee8 #e85dbe

Analogous Colors of #bee85d

#bee85d #79e85d #e8cd5d

Monochromatic Colors of #bee85d

#bee85d

Complementary Color

#bee85d #875de8

#bee85d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee85d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee85d Color CSS Codes

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

#bee85d Text Font Color

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

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


#bee85d Background Color

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

This div background color is #bee85d


#bee85d Border Color

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

This div border color is #bee85d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,232,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 #bee85d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee85d


Comments

No comments written yet.

Please login to write comment.