Color Hex Logo

#bee3aa Color Hex

#BEE3AA
(190,227,170)
0 Favorites   0 Comments

Color spaces of #bee3aa

RGB 190227170
HSL0.270.500.78
HSV99°25°89°
CMYK 0.160.000.25   0.11
XYZ55.960068.787648.3581
Yxy68.78760.32330.3974
Hunter Lab82.9383-24.704823.4871
CIE-Lab86.3988-22.307323.9571

#bee3aa color RGB value is (190,227,170).

#bee3aa hex color red value is 190, green value is 227 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bee3aa hue: 0.27 , saturation: 0.50 and the lightness value of bee3aa is 0.78.

The process color (four color CMYK) of #bee3aa color hex is 0.16, 0.00, 0.25, 0.11. Web safe color of #bee3aa is #cccc99. Color #bee3aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100011 10101010
Octal 276 343 252
Decimal 190 227 170
Hex BE E3 AA

RGB Percentages of Color #bee3aa

%32.37
%38.67
%28.96

CMYK Percentages of Color #bee3aa

%16
%0
%25
%11

Triadic Colors of #bee3aa

#bee3aa #aabee3 #e3aabe

Analogous Colors of #bee3aa

#bee3aa #aae3b3 #dbe3aa

Monochromatic Colors of #bee3aa

#bee3aa

Complementary Color

#bee3aa #cfaae3

#bee3aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee3aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee3aa Color CSS Codes

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

#bee3aa Text Font Color

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

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


#bee3aa Background Color

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

This div background color is #bee3aa


#bee3aa Border Color

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

This div border color is #bee3aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee3aa


Comments

No comments written yet.

Please login to write comment.