Color Hex Logo

#bee6bc Color Hex

#BEE6BC
(190,230,188)
0 Favorites   0 Comments

Color spaces of #bee6bc

RGB 190230188
HSL0.330.460.82
HSV117°18°90°
CMYK 0.170.000.18   0.10
XYZ58.609171.171658.2254
Yxy71.17160.31170.3786
Hunter Lab84.3633-23.627718.1338
CIE-Lab87.5683-20.837416.2303

#bee6bc color RGB value is (190,230,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100110 10111100
Octal 276 346 274
Decimal 190 230 188
Hex BE E6 BC

RGB Percentages of Color #bee6bc

%31.25
%37.83
%30.92

CMYK Percentages of Color #bee6bc

%17
%0
%18
%10

Triadic Colors of #bee6bc

#bee6bc #bcbee6 #e6bcbe

Analogous Colors of #bee6bc

#bee6bc #bce6cf #d3e6bc

Monochromatic Colors of #bee6bc

#bee6bc

Complementary Color

#bee6bc #e4bce6

#bee6bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee6bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee6bc Color CSS Codes

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

#bee6bc Text Font Color

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

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


#bee6bc Background Color

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

This div background color is #bee6bc


#bee6bc Border Color

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

This div border color is #bee6bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee6bc


Comments

No comments written yet.

Please login to write comment.