Color Hex Logo

#bee5cb Color Hex

#BEE5CB
(190,229,203)
0 Favorites   0 Comments

Color spaces of #bee5cb

RGB 190229203
HSL0.390.430.82
HSV140°17°90°
CMYK 0.170.000.11   0.10
XYZ60.034071.297667.0976
Yxy71.29760.30250.3593
Hunter Lab84.4379-20.855711.9924
CIE-Lab87.6294-17.67948.4768

#bee5cb color RGB value is (190,229,203).

#bee5cb hex color red value is 190, green value is 229 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bee5cb hue: 0.39 , saturation: 0.43 and the lightness value of bee5cb is 0.82.

The process color (four color CMYK) of #bee5cb color hex is 0.17, 0.00, 0.11, 0.10. Web safe color of #bee5cb is #cccccc. Color #bee5cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100101 11001011
Octal 276 345 313
Decimal 190 229 203
Hex BE E5 CB

RGB Percentages of Color #bee5cb

%30.55
%36.82
%32.64

CMYK Percentages of Color #bee5cb

%17
%0
%11
%10

Triadic Colors of #bee5cb

#bee5cb #cbbee5 #e5cbbe

Analogous Colors of #bee5cb

#bee5cb #bee5df #c5e5be

Monochromatic Colors of #bee5cb

#bee5cb

Complementary Color

#bee5cb #e5bed8

#bee5cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee5cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee5cb Color CSS Codes

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

#bee5cb Text Font Color

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

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


#bee5cb Background Color

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

This div background color is #bee5cb


#bee5cb Border Color

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

This div border color is #bee5cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee5cb


Comments

No comments written yet.

Please login to write comment.