Color Hex Logo

#bee27c Color Hex

#BEE27C
(190,226,124)
0 Favorites   0 Comments

Color spaces of #bee27c

RGB 190226124
HSL0.230.640.69
HSV81°45°89°
CMYK 0.160.000.45   0.11
XYZ52.069766.795129.2172
Yxy66.79510.35160.4511
Hunter Lab81.7283-29.300836.0141
CIE-Lab85.4004-27.949145.8283

#bee27c color RGB value is (190,226,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100010 01111100
Octal 276 342 174
Decimal 190 226 124
Hex BE E2 7C

RGB Percentages of Color #bee27c

%35.19
%41.85
%22.96

CMYK Percentages of Color #bee27c

%16
%0
%45
%11

Triadic Colors of #bee27c

#bee27c #7cbee2 #e27cbe

Analogous Colors of #bee27c

#bee27c #8be27c #e2d37c

Monochromatic Colors of #bee27c

#bee27c

Complementary Color

#bee27c #a07ce2

#bee27c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee27c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee27c Color CSS Codes

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

#bee27c Text Font Color

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

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


#bee27c Background Color

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

This div background color is #bee27c


#bee27c Border Color

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

This div border color is #bee27c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee27c


Comments

No comments written yet.

Please login to write comment.