Color Hex Logo

#bee72d Color Hex

#BEE72D
(190,231,45)
0 Favorites   0 Comments

Color spaces of #bee72d

RGB 19023145
HSL0.200.790.54
HSV73°81°91°
CMYK 0.180.000.81   0.09
XYZ50.284868.288413.0133
Yxy68.28840.38210.5190
Hunter Lab82.6368-35.996548.5090
CIE-Lab86.1505-35.911577.6057

#bee72d color RGB value is (190,231,45).

#bee72d hex color red value is 190, green value is 231 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #bee72d hue: 0.20 , saturation: 0.79 and the lightness value of bee72d is 0.54.

The process color (four color CMYK) of #bee72d color hex is 0.18, 0.00, 0.81, 0.09. Web safe color of #bee72d is #ccff33. Color #bee72d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100111 00101101
Octal 276 347 55
Decimal 190 231 45
Hex BE E7 2D

RGB Percentages of Color #bee72d

%40.77
%49.57
%9.66

CMYK Percentages of Color #bee72d

%18
%0
%81
%9

Triadic Colors of #bee72d

#bee72d #2dbee7 #e72dbe

Analogous Colors of #bee72d

#bee72d #61e72d #e7b32d

Monochromatic Colors of #bee72d

#bee72d

Complementary Color

#bee72d #562de7

#bee72d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee72d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee72d Color CSS Codes

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

#bee72d Text Font Color

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

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


#bee72d Background Color

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

This div background color is #bee72d


#bee72d Border Color

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

This div border color is #bee72d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee72d


Comments

No comments written yet.

Please login to write comment.