Color Hex Logo

#bee2bf Color Hex

#BEE2BF
(190,226,191)
0 Favorites   0 Comments

Color spaces of #bee2bf

RGB 190226191
HSL0.340.380.82
HSV122°16°89°
CMYK 0.160.000.15   0.11
XYZ57.835569.101559.5799
Yxy69.10150.31010.3705
Hunter Lab83.1273-21.282115.6942
CIE-Lab86.5543-18.347413.2328

#bee2bf color RGB value is (190,226,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100010 10111111
Octal 276 342 277
Decimal 190 226 191
Hex BE E2 BF

RGB Percentages of Color #bee2bf

%31.30
%37.23
%31.47

CMYK Percentages of Color #bee2bf

%16
%0
%15
%11

Triadic Colors of #bee2bf

#bee2bf #bfbee2 #e2bfbe

Analogous Colors of #bee2bf

#bee2bf #bee2d1 #cfe2be

Monochromatic Colors of #bee2bf

#bee2bf

Complementary Color

#bee2bf #e2bee1

#bee2bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee2bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee2bf Color CSS Codes

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

#bee2bf Text Font Color

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

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


#bee2bf Background Color

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

This div background color is #bee2bf


#bee2bf Border Color

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

This div border color is #bee2bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee2bf


Comments

No comments written yet.

Please login to write comment.