Color Hex Logo

#bee230 Color Hex

#BEE230
(190,226,48)
0 Favorites   0 Comments

Color spaces of #bee230

RGB 19022648
HSL0.200.750.54
HSV72°79°89°
CMYK 0.160.000.79   0.11
XYZ48.965165.553312.8686
Yxy65.55330.38440.5146
Hunter Lab80.9650-33.737547.2519
CIE-Lab84.7680-33.521975.5887

#bee230 color RGB value is (190,226,48).

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

The process color (four color CMYK) of #bee230 color hex is 0.16, 0.00, 0.79, 0.11. Web safe color of #bee230 is #cccc33. Color #bee230 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100010 00110000
Octal 276 342 60
Decimal 190 226 48
Hex BE E2 30

RGB Percentages of Color #bee230

%40.95
%48.71
%10.34

CMYK Percentages of Color #bee230

%16
%0
%79
%11

Triadic Colors of #bee230

#bee230 #30bee2 #e230be

Analogous Colors of #bee230

#bee230 #65e230 #e2ad30

Monochromatic Colors of #bee230

#bee230

Complementary Color

#bee230 #5430e2

#bee230 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee230 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee230 Color CSS Codes

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

#bee230 Text Font Color

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

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


#bee230 Background Color

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

This div background color is #bee230


#bee230 Border Color

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

This div border color is #bee230


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee230


Comments

No comments written yet.

Please login to write comment.