Color Hex Logo

#bee9bf Color Hex

#BEE9BF
(190,233,191)
0 Favorites   0 Comments

Color spaces of #bee9bf

RGB 190233191
HSL0.340.490.83
HSV121°18°91°
CMYK 0.180.000.18   0.09
XYZ59.778172.986660.2274
Yxy72.98660.30970.3782
Hunter Lab85.4322-24.607418.0047
CIE-Lab88.4413-21.789515.8959

#bee9bf color RGB value is (190,233,191).

#bee9bf hex color red value is 190, green value is 233 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bee9bf hue: 0.34 , saturation: 0.49 and the lightness value of bee9bf is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101001 10111111
Octal 276 351 277
Decimal 190 233 191
Hex BE E9 BF

RGB Percentages of Color #bee9bf

%30.94
%37.95
%31.11

CMYK Percentages of Color #bee9bf

%18
%0
%18
%9

Triadic Colors of #bee9bf

#bee9bf #bfbee9 #e9bfbe

Analogous Colors of #bee9bf

#bee9bf #bee9d5 #d3e9be

Monochromatic Colors of #bee9bf

#bee9bf

Complementary Color

#bee9bf #e9bee8

#bee9bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee9bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee9bf Color CSS Codes

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

#bee9bf Text Font Color

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

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


#bee9bf Background Color

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

This div background color is #bee9bf


#bee9bf Border Color

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

This div border color is #bee9bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee9bf


Comments

No comments written yet.

Please login to write comment.