Color Hex Logo

#bee4bf Color Hex

#BEE4BF
(190,228,191)
0 Favorites   0 Comments

Color spaces of #bee4bf

RGB 190228191
HSL0.340.410.82
HSV122°17°89°
CMYK 0.170.000.16   0.11
XYZ58.382670.195559.7622
Yxy70.19550.31000.3727
Hunter Lab83.7828-22.235116.3564
CIE-Lab87.0927-19.336113.9944

#bee4bf color RGB value is (190,228,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100100 10111111
Octal 276 344 277
Decimal 190 228 191
Hex BE E4 BF

RGB Percentages of Color #bee4bf

%31.20
%37.44
%31.36

CMYK Percentages of Color #bee4bf

%17
%0
%16
%11

Triadic Colors of #bee4bf

#bee4bf #bfbee4 #e4bfbe

Analogous Colors of #bee4bf

#bee4bf #bee4d2 #d0e4be

Monochromatic Colors of #bee4bf

#bee4bf

Complementary Color

#bee4bf #e4bee3

#bee4bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee4bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee4bf Color CSS Codes

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

#bee4bf Text Font Color

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

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


#bee4bf Background Color

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

This div background color is #bee4bf


#bee4bf Border Color

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

This div border color is #bee4bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee4bf


Comments

No comments written yet.

Please login to write comment.