Color Hex Logo

#bee5ff Color Hex

#BEE5FF
(190,229,255)
0 Favorites   0 Comments

Color spaces of #bee5ff

RGB 190229255
HSL0.571.000.87
HSV204°25°100°
CMYK 0.250.100.00   0.00
XYZ67.304574.2058105.3836
Yxy74.20580.27260.3006
Hunter Lab86.1428-11.2855-12.2330
CIE-Lab89.0197-7.0093-16.7656

#bee5ff color RGB value is (190,229,255).

#bee5ff hex color red value is 190, green value is 229 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #bee5ff hue: 0.57 , saturation: 1.00 and the lightness value of bee5ff is 0.87.

The process color (four color CMYK) of #bee5ff color hex is 0.25, 0.10, 0.00, 0.00. Web safe color of #bee5ff is #ccccff. Color #bee5ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100101 11111111
Octal 276 345 377
Decimal 190 229 255
Hex BE E5 FF

RGB Percentages of Color #bee5ff

%28.19
%33.98
%37.83

CMYK Percentages of Color #bee5ff

%25
%10
%0
%0

Triadic Colors of #bee5ff

#bee5ff #ffbee5 #e5ffbe

Analogous Colors of #bee5ff

#bee5ff #bec5ff #befff9

Monochromatic Colors of #bee5ff

#bee5ff

Complementary Color

#bee5ff #ffd8be

#bee5ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee5ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee5ff Color CSS Codes

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

#bee5ff Text Font Color

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

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


#bee5ff Background Color

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

This div background color is #bee5ff


#bee5ff Border Color

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

This div border color is #bee5ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee5ff

Related Colors

#bee5ff Color Palettes


Comments

No comments written yet.

Please login to write comment.