Color Hex Logo

#bee1bf Color Hex

#BEE1BF
(190,225,191)
0 Favorites   0 Comments

Color spaces of #bee1bf

RGB 190225191
HSL0.340.370.81
HSV122°16°88°
CMYK 0.160.000.15   0.12
XYZ57.564468.559259.4895
Yxy68.55920.31010.3694
Hunter Lab82.8005-20.804415.3624
CIE-Lab86.2853-17.851012.8518

#bee1bf color RGB value is (190,225,191).

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

The process color (four color CMYK) of #bee1bf color hex is 0.16, 0.00, 0.15, 0.12. Web safe color of #bee1bf is #cccccc. Color #bee1bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100001 10111111
Octal 276 341 277
Decimal 190 225 191
Hex BE E1 BF

RGB Percentages of Color #bee1bf

%31.35
%37.13
%31.52

CMYK Percentages of Color #bee1bf

%16
%0
%15
%12

Triadic Colors of #bee1bf

#bee1bf #bfbee1 #e1bfbe

Analogous Colors of #bee1bf

#bee1bf #bee1d1 #cfe1be

Monochromatic Colors of #bee1bf

#bee1bf

Complementary Color

#bee1bf #e1bee0

#bee1bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee1bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee1bf Color CSS Codes

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

#bee1bf Text Font Color

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

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


#bee1bf Background Color

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

This div background color is #bee1bf


#bee1bf Border Color

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

This div border color is #bee1bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,225,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 #bee1bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee1bf

#bee1bf Color Palettes


Comments

No comments written yet.

Please login to write comment.