Color Hex Logo

#bee9fb Color Hex

#BEE9FB
(190,233,251)
0 Favorites   0 Comments

Color spaces of #bee9fb

RGB 190233251
HSL0.550.880.86
HSV198°24°98°
CMYK 0.240.070.00   0.02
XYZ67.786776.1900102.4002
Yxy76.19000.27510.3092
Hunter Lab87.2869-14.1295-8.4550
CIE-Lab89.9475-9.9468-13.2812

#bee9fb color RGB value is (190,233,251).

#bee9fb hex color red value is 190, green value is 233 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bee9fb hue: 0.55 , saturation: 0.88 and the lightness value of bee9fb is 0.86.

The process color (four color CMYK) of #bee9fb color hex is 0.24, 0.07, 0.00, 0.02. Web safe color of #bee9fb is #ccffff. Color #bee9fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101001 11111011
Octal 276 351 373
Decimal 190 233 251
Hex BE E9 FB

RGB Percentages of Color #bee9fb

%28.19
%34.57
%37.24

CMYK Percentages of Color #bee9fb

%24
%7
%0
%2

Triadic Colors of #bee9fb

#bee9fb #fbbee9 #e9fbbe

Analogous Colors of #bee9fb

#bee9fb #becbfb #befbef

Monochromatic Colors of #bee9fb

#bee9fb

Complementary Color

#bee9fb #fbd0be

#bee9fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee9fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee9fb Color CSS Codes

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

#bee9fb Text Font Color

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

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


#bee9fb Background Color

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

This div background color is #bee9fb


#bee9fb Border Color

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

This div border color is #bee9fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee9fb

Related Colors


Comments

No comments written yet.

Please login to write comment.