Color Hex Logo

#bee1ff Color Hex

#BEE1FF
(190,225,255)
0 Favorites   0 Comments

Color spaces of #bee1ff

RGB 190225255
HSL0.581.000.87
HSV208°25°100°
CMYK 0.250.120.00   0.00
XYZ66.210472.0176105.0189
Yxy72.01760.27220.2961
Hunter Lab84.8632-9.2446-13.9676
CIE-Lab87.9771-4.9435-18.3347

#bee1ff color RGB value is (190,225,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100001 11111111
Octal 276 341 377
Decimal 190 225 255
Hex BE E1 FF

RGB Percentages of Color #bee1ff

%28.36
%33.58
%38.06

CMYK Percentages of Color #bee1ff

%25
%12
%0
%0

Triadic Colors of #bee1ff

#bee1ff #ffbee1 #e1ffbe

Analogous Colors of #bee1ff

#bee1ff #bec1ff #befffd

Monochromatic Colors of #bee1ff

#bee1ff

Complementary Color

#bee1ff #ffdcbe

#bee1ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee1ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee1ff Color CSS Codes

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

#bee1ff Text Font Color

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

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


#bee1ff Background Color

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

This div background color is #bee1ff


#bee1ff Border Color

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

This div border color is #bee1ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee1ff

Related Colors


Comments

No comments written yet.

Please login to write comment.