Color Hex Logo

#bee481 Color Hex

#BEE481
(190,228,129)
0 Favorites   0 Comments

Color spaces of #bee481

RGB 190228129
HSL0.230.650.70
HSV83°43°89°
CMYK 0.170.000.43   0.11
XYZ52.941168.018931.1076
Yxy68.01890.34810.4473
Hunter Lab82.4736-29.746835.3683
CIE-Lab86.0159-28.332644.1653

#bee481 color RGB value is (190,228,129).

#bee481 hex color red value is 190, green value is 228 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #bee481 hue: 0.23 , saturation: 0.65 and the lightness value of bee481 is 0.70.

The process color (four color CMYK) of #bee481 color hex is 0.17, 0.00, 0.43, 0.11. Web safe color of #bee481 is #cccc99. Color #bee481 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100100 10000001
Octal 276 344 201
Decimal 190 228 129
Hex BE E4 81

RGB Percentages of Color #bee481

%34.73
%41.68
%23.58

CMYK Percentages of Color #bee481

%17
%0
%43
%11

Triadic Colors of #bee481

#bee481 #81bee4 #e481be

Analogous Colors of #bee481

#bee481 #8de481 #e4d981

Monochromatic Colors of #bee481

#bee481

Complementary Color

#bee481 #a781e4

#bee481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee481 Color CSS Codes

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

#bee481 Text Font Color

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

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


#bee481 Background Color

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

This div background color is #bee481


#bee481 Border Color

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

This div border color is #bee481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee481


Comments

No comments written yet.

Please login to write comment.