Color Hex Logo

#bee6fa Color Hex

#BEE6FA
(190,230,250)
0 Favorites   0 Comments

Color spaces of #bee6fa

RGB 190230250
HSL0.560.860.86
HSV200°24°98°
CMYK 0.240.080.00   0.02
XYZ66.787374.4429101.2913
Yxy74.44290.27540.3070
Hunter Lab86.2803-12.8184-9.2090
CIE-Lab89.1314-8.6354-13.9783

#bee6fa color RGB value is (190,230,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100110 11111010
Octal 276 346 372
Decimal 190 230 250
Hex BE E6 FA

RGB Percentages of Color #bee6fa

%28.36
%34.33
%37.31

CMYK Percentages of Color #bee6fa

%24
%8
%0
%2

Triadic Colors of #bee6fa

#bee6fa #fabee6 #e6fabe

Analogous Colors of #bee6fa

#bee6fa #bec8fa #befaf0

Monochromatic Colors of #bee6fa

#bee6fa

Complementary Color

#bee6fa #fad2be

#bee6fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee6fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee6fa Color CSS Codes

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

#bee6fa Text Font Color

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

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


#bee6fa Background Color

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

This div background color is #bee6fa


#bee6fa Border Color

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

This div border color is #bee6fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee6fa

Related Colors


Comments

No comments written yet.

Please login to write comment.