Color Hex Logo

#bee7ac Color Hex

#BEE7AC
(190,231,172)
0 Favorites   0 Comments

Color spaces of #bee7ac

RGB 190231172
HSL0.280.550.79
HSV102°26°91°
CMYK 0.180.000.26   0.09
XYZ57.257571.077549.7313
Yxy71.07750.32160.3992
Hunter Lab84.3075-26.309624.0412
CIE-Lab87.5226-23.937524.4640

#bee7ac color RGB value is (190,231,172).

#bee7ac hex color red value is 190, green value is 231 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bee7ac hue: 0.28 , saturation: 0.55 and the lightness value of bee7ac is 0.79.

The process color (four color CMYK) of #bee7ac color hex is 0.18, 0.00, 0.26, 0.09. Web safe color of #bee7ac is #ccff99. Color #bee7ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100111 10101100
Octal 276 347 254
Decimal 190 231 172
Hex BE E7 AC

RGB Percentages of Color #bee7ac

%32.04
%38.95
%29.01

CMYK Percentages of Color #bee7ac

%18
%0
%26
%9

Triadic Colors of #bee7ac

#bee7ac #acbee7 #e7acbe

Analogous Colors of #bee7ac

#bee7ac #ace7b8 #dce7ac

Monochromatic Colors of #bee7ac

#bee7ac

Complementary Color

#bee7ac #d5ace7

#bee7ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee7ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee7ac Color CSS Codes

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

#bee7ac Text Font Color

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

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


#bee7ac Background Color

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

This div background color is #bee7ac


#bee7ac Border Color

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

This div border color is #bee7ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee7ac


Comments

No comments written yet.

Please login to write comment.