Color Hex Logo

#bee8eb Color Hex

#BEE8EB
(190,232,235)
0 Favorites   0 Comments

Color spaces of #bee8eb

RGB 190232235
HSL0.510.530.83
HSV184°19°92°
CMYK 0.190.010.00   0.08
XYZ65.087274.658589.5773
Yxy74.65850.28380.3256
Hunter Lab86.4052-16.7487-0.9831
CIE-Lab89.2328-12.8767-5.9669

#bee8eb color RGB value is (190,232,235).

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

The process color (four color CMYK) of #bee8eb color hex is 0.19, 0.01, 0.00, 0.08. Web safe color of #bee8eb is #ccffff. Color #bee8eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101000 11101011
Octal 276 350 353
Decimal 190 232 235
Hex BE E8 EB

RGB Percentages of Color #bee8eb

%28.92
%35.31
%35.77

CMYK Percentages of Color #bee8eb

%19
%1
%0
%8

Triadic Colors of #bee8eb

#bee8eb #ebbee8 #e8ebbe

Analogous Colors of #bee8eb

#bee8eb #bed2eb #beebd8

Monochromatic Colors of #bee8eb

#bee8eb

Complementary Color

#bee8eb #ebc1be

#bee8eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee8eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee8eb Color CSS Codes

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

#bee8eb Text Font Color

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

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


#bee8eb Background Color

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

This div background color is #bee8eb


#bee8eb Border Color

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

This div border color is #bee8eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee8eb


Comments

No comments written yet.

Please login to write comment.