Color Hex Logo

#bee00d Color Hex

#BEE00D
(190,224,13)
0 Favorites   0 Comments

Color spaces of #bee00d

RGB 19022413
HSL0.190.890.46
HSV70°94°88°
CMYK 0.150.000.94   0.12
XYZ47.963564.287510.2616
Yxy64.28750.39150.5247
Hunter Lab80.1795-33.535148.5375
CIE-Lab84.1152-33.459981.5970

#bee00d color RGB value is (190,224,13).

#bee00d hex color red value is 190, green value is 224 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #bee00d hue: 0.19 , saturation: 0.89 and the lightness value of bee00d is 0.46.

The process color (four color CMYK) of #bee00d color hex is 0.15, 0.00, 0.94, 0.12. Web safe color of #bee00d is #cccc00. Color #bee00d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100000 00001101
Octal 276 340 15
Decimal 190 224 13
Hex BE E0 D

RGB Percentages of Color #bee00d

%44.50
%52.46
%3.04

CMYK Percentages of Color #bee00d

%15
%0
%94
%12

Triadic Colors of #bee00d

#bee00d #0dbee0 #e00dbe

Analogous Colors of #bee00d

#bee00d #55e00d #e0990d

Monochromatic Colors of #bee00d

#bee00d

Complementary Color

#bee00d #2f0de0

#bee00d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee00d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee00d Color CSS Codes

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

#bee00d Text Font Color

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

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


#bee00d Background Color

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

This div background color is #bee00d


#bee00d Border Color

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

This div border color is #bee00d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee00d


Comments

No comments written yet.

Please login to write comment.