Color Hex Logo

#bee8bc Color Hex

#BEE8BC
(190,232,188)
0 Favorites   0 Comments

Color spaces of #bee8bc

RGB 190232188
HSL0.330.490.82
HSV117°19°91°
CMYK 0.180.000.19   0.09
XYZ59.168972.291258.4120
Yxy72.29120.31160.3807
Hunter Lab85.0242-24.573118.7845
CIE-Lab88.1086-21.815416.9886

#bee8bc color RGB value is (190,232,188).

#bee8bc hex color red value is 190, green value is 232 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bee8bc hue: 0.33 , saturation: 0.49 and the lightness value of bee8bc is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101000 10111100
Octal 276 350 274
Decimal 190 232 188
Hex BE E8 BC

RGB Percentages of Color #bee8bc

%31.15
%38.03
%30.82

CMYK Percentages of Color #bee8bc

%18
%0
%19
%9

Triadic Colors of #bee8bc

#bee8bc #bcbee8 #e8bcbe

Analogous Colors of #bee8bc

#bee8bc #bce8d0 #d4e8bc

Monochromatic Colors of #bee8bc

#bee8bc

Complementary Color

#bee8bc #e6bce8

#bee8bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee8bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee8bc Color CSS Codes

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

#bee8bc Text Font Color

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

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


#bee8bc Background Color

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

This div background color is #bee8bc


#bee8bc Border Color

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

This div border color is #bee8bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee8bc


Comments

No comments written yet.

Please login to write comment.