Color Hex Logo

#bee214 Color Hex

#BEE214
(190,226,20)
0 Favorites   0 Comments

Color spaces of #bee214

RGB 19022620
HSL0.200.840.48
HSV70°91°89°
CMYK 0.160.000.91   0.11
XYZ48.557865.390410.7242
Yxy65.39040.38950.5245
Hunter Lab80.8643-34.326048.7420
CIE-Lab84.6845-34.276381.2309

#bee214 color RGB value is (190,226,20).

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

The process color (four color CMYK) of #bee214 color hex is 0.16, 0.00, 0.91, 0.11. Web safe color of #bee214 is #cccc00. Color #bee214 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100010 00010100
Octal 276 342 24
Decimal 190 226 20
Hex BE E2 14

RGB Percentages of Color #bee214

%43.58
%51.83
%4.59

CMYK Percentages of Color #bee214

%16
%0
%91
%11

Triadic Colors of #bee214

#bee214 #14bee2 #e214be

Analogous Colors of #bee214

#bee214 #57e214 #e29f14

Monochromatic Colors of #bee214

#bee214

Complementary Color

#bee214 #3814e2

#bee214 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee214 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee214 Color CSS Codes

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

#bee214 Text Font Color

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

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


#bee214 Background Color

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

This div background color is #bee214


#bee214 Border Color

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

This div border color is #bee214


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee214


Comments

No comments written yet.

Please login to write comment.