Color Hex Logo

#bee1cb Color Hex

#BEE1CB
(190,225,203)
0 Favorites   0 Comments

Color spaces of #bee1cb

RGB 190225203
HSL0.400.370.81
HSV142°16°88°
CMYK 0.160.000.10   0.12
XYZ58.939969.109466.7329
Yxy69.10940.30260.3548
Hunter Lab83.1321-18.926210.5984
CIE-Lab86.5582-15.68436.9388

#bee1cb color RGB value is (190,225,203).

#bee1cb hex color red value is 190, green value is 225 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bee1cb hue: 0.40 , saturation: 0.37 and the lightness value of bee1cb is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100001 11001011
Octal 276 341 313
Decimal 190 225 203
Hex BE E1 CB

RGB Percentages of Color #bee1cb

%30.74
%36.41
%32.85

CMYK Percentages of Color #bee1cb

%16
%0
%10
%12

Triadic Colors of #bee1cb

#bee1cb #cbbee1 #e1cbbe

Analogous Colors of #bee1cb

#bee1cb #bee1dd #c3e1be

Monochromatic Colors of #bee1cb

#bee1cb

Complementary Color

#bee1cb #e1bed4

#bee1cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee1cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee1cb Color CSS Codes

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

#bee1cb Text Font Color

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

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


#bee1cb Background Color

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

This div background color is #bee1cb


#bee1cb Border Color

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

This div border color is #bee1cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee1cb


Comments

No comments written yet.

Please login to write comment.