Color Hex Logo

#bee7fe Color Hex

#BEE7FE
(190,231,254)
0 Favorites   0 Comments

Color spaces of #bee7fe

RGB 190231254
HSL0.560.970.87
HSV202°25°100°
CMYK 0.250.090.00   0.00
XYZ67.700575.2547104.7234
Yxy75.25470.27330.3038
Hunter Lab86.7495-12.5077-10.8499
CIE-Lab89.5122-8.2599-15.5025

#bee7fe color RGB value is (190,231,254).

#bee7fe hex color red value is 190, green value is 231 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #bee7fe hue: 0.56 , saturation: 0.97 and the lightness value of bee7fe is 0.87.

The process color (four color CMYK) of #bee7fe color hex is 0.25, 0.09, 0.00, 0.00. Web safe color of #bee7fe is #ccffff. Color #bee7fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100111 11111110
Octal 276 347 376
Decimal 190 231 254
Hex BE E7 FE

RGB Percentages of Color #bee7fe

%28.15
%34.22
%37.63

CMYK Percentages of Color #bee7fe

%25
%9
%0
%0

Triadic Colors of #bee7fe

#bee7fe #febee7 #e7febe

Analogous Colors of #bee7fe

#bee7fe #bec7fe #befef5

Monochromatic Colors of #bee7fe

#bee7fe

Complementary Color

#bee7fe #fed5be

#bee7fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee7fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee7fe Color CSS Codes

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

#bee7fe Text Font Color

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

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


#bee7fe Background Color

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

This div background color is #bee7fe


#bee7fe Border Color

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

This div border color is #bee7fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee7fe


Comments

No comments written yet.

Please login to write comment.