Color Hex Logo

#bee0be Color Hex

#BEE0BE
(190,224,190)
0 Favorites   0 Comments

Color spaces of #bee0be

RGB 190224190
HSL0.330.350.81
HSV120°15°88°
CMYK 0.150.000.15   0.12
XYZ57.185167.976258.8219
Yxy67.97620.31080.3695
Hunter Lab82.4477-20.477215.4132
CIE-Lab85.9945-17.528912.9645

#bee0be color RGB value is (190,224,190).

#bee0be hex color red value is 190, green value is 224 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bee0be hue: 0.33 , saturation: 0.35 and the lightness value of bee0be is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100000 10111110
Octal 276 340 276
Decimal 190 224 190
Hex BE E0 BE

RGB Percentages of Color #bee0be

%31.46
%37.09
%31.46

CMYK Percentages of Color #bee0be

%15
%0
%15
%12

Triadic Colors of #bee0be

#bee0be #bebee0 #e0bebe

Analogous Colors of #bee0be

#bee0be #bee0cf #cfe0be

Monochromatic Colors of #bee0be

#bee0be

Complementary Color

#bee0be #e0bee0

#bee0be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee0be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee0be Color CSS Codes

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

#bee0be Text Font Color

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

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


#bee0be Background Color

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

This div background color is #bee0be


#bee0be Border Color

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

This div border color is #bee0be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee0be


Comments

No comments written yet.

Please login to write comment.