Color Hex Logo

#bee27a Color Hex

#BEE27A
(190,226,122)
0 Favorites   0 Comments

Color spaces of #bee27a

RGB 190226122
HSL0.220.640.68
HSV81°46°89°
CMYK 0.160.000.46   0.11
XYZ51.944466.745028.5577
Yxy66.74500.35280.4533
Hunter Lab81.6976-29.478236.4633
CIE-Lab85.3750-28.168246.7626

#bee27a color RGB value is (190,226,122).

#bee27a hex color red value is 190, green value is 226 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #bee27a hue: 0.22 , saturation: 0.64 and the lightness value of bee27a is 0.68.

The process color (four color CMYK) of #bee27a color hex is 0.16, 0.00, 0.46, 0.11. Web safe color of #bee27a is #cccc66. Color #bee27a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100010 01111010
Octal 276 342 172
Decimal 190 226 122
Hex BE E2 7A

RGB Percentages of Color #bee27a

%35.32
%42.01
%22.68

CMYK Percentages of Color #bee27a

%16
%0
%46
%11

Triadic Colors of #bee27a

#bee27a #7abee2 #e27abe

Analogous Colors of #bee27a

#bee27a #8ae27a #e2d27a

Monochromatic Colors of #bee27a

#bee27a

Complementary Color

#bee27a #9e7ae2

#bee27a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee27a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee27a Color CSS Codes

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

#bee27a Text Font Color

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

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


#bee27a Background Color

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

This div background color is #bee27a


#bee27a Border Color

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

This div border color is #bee27a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee27a


Comments

No comments written yet.

Please login to write comment.