Color Hex Logo

#bee3eb Color Hex

#BEE3EB
(190,227,235)
0 Favorites   0 Comments

Color spaces of #bee3eb

RGB 190227235
HSL0.530.530.83
HSV191°19°92°
CMYK 0.190.030.00   0.08
XYZ63.699771.883589.1148
Yxy71.88350.28350.3199
Hunter Lab84.7841-14.2623-2.9696
CIE-Lab87.9125-10.3399-7.9202

#bee3eb color RGB value is (190,227,235).

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

The process color (four color CMYK) of #bee3eb color hex is 0.19, 0.03, 0.00, 0.08. Web safe color of #bee3eb is #ccccff. Color #bee3eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100011 11101011
Octal 276 343 353
Decimal 190 227 235
Hex BE E3 EB

RGB Percentages of Color #bee3eb

%29.14
%34.82
%36.04

CMYK Percentages of Color #bee3eb

%19
%3
%0
%8

Triadic Colors of #bee3eb

#bee3eb #ebbee3 #e3ebbe

Analogous Colors of #bee3eb

#bee3eb #becdeb #beebdd

Monochromatic Colors of #bee3eb

#bee3eb

Complementary Color

#bee3eb #ebc6be

#bee3eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee3eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee3eb Color CSS Codes

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

#bee3eb Text Font Color

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

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


#bee3eb Background Color

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

This div background color is #bee3eb


#bee3eb Border Color

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

This div border color is #bee3eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee3eb

#bee3eb Color Palettes


Comments

No comments written yet.

Please login to write comment.