Color Hex Logo

#bee1fb Color Hex

#BEE1FB
(190,225,251)
0 Favorites   0 Comments

Color spaces of #bee1fb

RGB 190225251
HSL0.570.880.86
HSV206°24°98°
CMYK 0.240.100.00   0.02
XYZ65.573071.7626101.6623
Yxy71.76260.27440.3003
Hunter Lab84.7128-10.0773-11.8539
CIE-Lab87.8542-5.8408-16.4185

#bee1fb color RGB value is (190,225,251).

#bee1fb hex color red value is 190, green value is 225 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bee1fb hue: 0.57 , saturation: 0.88 and the lightness value of bee1fb is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100001 11111011
Octal 276 341 373
Decimal 190 225 251
Hex BE E1 FB

RGB Percentages of Color #bee1fb

%28.53
%33.78
%37.69

CMYK Percentages of Color #bee1fb

%24
%10
%0
%2

Triadic Colors of #bee1fb

#bee1fb #fbbee1 #e1fbbe

Analogous Colors of #bee1fb

#bee1fb #bec3fb #befbf7

Monochromatic Colors of #bee1fb

#bee1fb

Complementary Color

#bee1fb #fbd8be

#bee1fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee1fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee1fb Color CSS Codes

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

#bee1fb Text Font Color

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

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


#bee1fb Background Color

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

This div background color is #bee1fb


#bee1fb Border Color

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

This div border color is #bee1fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee1fb

Related Colors


Comments

No comments written yet.

Please login to write comment.