Color Hex Logo

#bee24b Color Hex

#BEE24B
(190,226,75)
0 Favorites   0 Comments

Color spaces of #bee24b

RGB 19022675
HSL0.210.720.59
HSV74°67°89°
CMYK 0.160.000.67   0.11
XYZ49.701665.847916.7470
Yxy65.84790.37570.4977
Hunter Lab81.1467-32.677244.5665
CIE-Lab84.9188-32.172066.8405

#bee24b color RGB value is (190,226,75).

#bee24b hex color red value is 190, green value is 226 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #bee24b hue: 0.21 , saturation: 0.72 and the lightness value of bee24b is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100010 01001011
Octal 276 342 113
Decimal 190 226 75
Hex BE E2 4B

RGB Percentages of Color #bee24b

%38.70
%46.03
%15.27

CMYK Percentages of Color #bee24b

%16
%0
%67
%11

Triadic Colors of #bee24b

#bee24b #4bbee2 #e24bbe

Analogous Colors of #bee24b

#bee24b #73e24b #e2bb4b

Monochromatic Colors of #bee24b

#bee24b

Complementary Color

#bee24b #6f4be2

#bee24b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee24b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee24b Color CSS Codes

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

#bee24b Text Font Color

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

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


#bee24b Background Color

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

This div background color is #bee24b


#bee24b Border Color

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

This div border color is #bee24b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee24b


Comments

No comments written yet.

Please login to write comment.