Color Hex Logo

#bee8af Color Hex

#BEE8AF
(190,232,175)
0 Favorites   0 Comments

Color spaces of #bee8af

RGB 190232175
HSL0.290.550.80
HSV104°25°91°
CMYK 0.180.000.25   0.09
XYZ57.829771.755551.3597
Yxy71.75550.31960.3966
Hunter Lab84.7086-26.380023.3479
CIE-Lab87.8508-23.949823.3666

#bee8af color RGB value is (190,232,175).

#bee8af hex color red value is 190, green value is 232 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bee8af hue: 0.29 , saturation: 0.55 and the lightness value of bee8af is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101000 10101111
Octal 276 350 257
Decimal 190 232 175
Hex BE E8 AF

RGB Percentages of Color #bee8af

%31.83
%38.86
%29.31

CMYK Percentages of Color #bee8af

%18
%0
%25
%9

Triadic Colors of #bee8af

#bee8af #afbee8 #e8afbe

Analogous Colors of #bee8af

#bee8af #afe8bd #dbe8af

Monochromatic Colors of #bee8af

#bee8af

Complementary Color

#bee8af #d9afe8

#bee8af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee8af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee8af Color CSS Codes

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

#bee8af Text Font Color

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

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


#bee8af Background Color

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

This div background color is #bee8af


#bee8af Border Color

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

This div border color is #bee8af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee8af


Comments

No comments written yet.

Please login to write comment.