Color Hex Logo

#bee9bc Color Hex

#BEE9BC
(190,233,188)
0 Favorites   0 Comments

Color spaces of #bee9bc

RGB 190233188
HSL0.330.510.83
HSV117°19°91°
CMYK 0.180.000.19   0.09
XYZ59.451272.855858.5061
Yxy72.85580.31160.3818
Hunter Lab85.3556-25.044919.1092
CIE-Lab88.3789-22.302817.3674

#bee9bc color RGB value is (190,233,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101001 10111100
Octal 276 351 274
Decimal 190 233 188
Hex BE E9 BC

RGB Percentages of Color #bee9bc

%31.10
%38.13
%30.77

CMYK Percentages of Color #bee9bc

%18
%0
%19
%9

Triadic Colors of #bee9bc

#bee9bc #bcbee9 #e9bcbe

Analogous Colors of #bee9bc

#bee9bc #bce9d1 #d5e9bc

Monochromatic Colors of #bee9bc

#bee9bc

Complementary Color

#bee9bc #e7bce9

#bee9bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee9bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee9bc Color CSS Codes

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

#bee9bc Text Font Color

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

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


#bee9bc Background Color

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

This div background color is #bee9bc


#bee9bc Border Color

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

This div border color is #bee9bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee9bc


Comments

No comments written yet.

Please login to write comment.