Color Hex Logo

#bee6fd Color Hex

#BEE6FD
(190,230,253)
0 Favorites   0 Comments

Color spaces of #bee6fd

RGB 190230253
HSL0.560.940.87
HSV202°25°99°
CMYK 0.250.090.00   0.01
XYZ67.261674.6326103.7890
Yxy74.63260.27380.3038
Hunter Lab86.3902-12.2064-10.7578
CIE-Lab89.2206-7.9702-15.4163

#bee6fd color RGB value is (190,230,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100110 11111101
Octal 276 346 375
Decimal 190 230 253
Hex BE E6 FD

RGB Percentages of Color #bee6fd

%28.23
%34.18
%37.59

CMYK Percentages of Color #bee6fd

%25
%9
%0
%1

Triadic Colors of #bee6fd

#bee6fd #fdbee6 #e6fdbe

Analogous Colors of #bee6fd

#bee6fd #bec7fd #befdf5

Monochromatic Colors of #bee6fd

#bee6fd

Complementary Color

#bee6fd #fdd5be

#bee6fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee6fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee6fd Color CSS Codes

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

#bee6fd Text Font Color

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

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


#bee6fd Background Color

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

This div background color is #bee6fd


#bee6fd Border Color

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

This div border color is #bee6fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee6fd


Comments

No comments written yet.

Please login to write comment.