Color Hex Logo

#bee9fa Color Hex

#BEE9FA
(190,233,250)
0 Favorites   0 Comments

Color spaces of #bee9fa

RGB 190233250
HSL0.550.860.86
HSV197°24°98°
CMYK 0.240.070.00   0.02
XYZ67.629476.1271101.5720
Yxy76.12710.27570.3103
Hunter Lab87.2508-14.3310-7.9461
CIE-Lab89.9183-10.1669-12.8017

#bee9fa color RGB value is (190,233,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101001 11111010
Octal 276 351 372
Decimal 190 233 250
Hex BE E9 FA

RGB Percentages of Color #bee9fa

%28.23
%34.62
%37.15

CMYK Percentages of Color #bee9fa

%24
%7
%0
%2

Triadic Colors of #bee9fa

#bee9fa #fabee9 #e9fabe

Analogous Colors of #bee9fa

#bee9fa #becbfa #befaed

Monochromatic Colors of #bee9fa

#bee9fa

Complementary Color

#bee9fa #facfbe

#bee9fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee9fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee9fa Color CSS Codes

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

#bee9fa Text Font Color

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

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


#bee9fa Background Color

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

This div background color is #bee9fa


#bee9fa Border Color

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

This div border color is #bee9fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee9fa


Comments

No comments written yet.

Please login to write comment.