Color Hex Logo

#beebfa Color Hex

#BEEBFA
(190,235,250)
0 Favorites   0 Comments

Color spaces of #beebfa

RGB 190235250
HSL0.540.860.86
HSV195°24°98°
CMYK 0.240.060.00   0.02
XYZ68.198977.2659101.7618
Yxy77.26590.27590.3125
Hunter Lab87.9010-15.3358-7.1085
CIE-Lab90.4439-11.1827-12.0173

#beebfa color RGB value is (190,235,250).

#beebfa hex color red value is 190, green value is 235 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #beebfa hue: 0.54 , saturation: 0.86 and the lightness value of beebfa is 0.86.

The process color (four color CMYK) of #beebfa color hex is 0.24, 0.06, 0.00, 0.02. Web safe color of #beebfa is #ccffff. Color #beebfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101011 11111010
Octal 276 353 372
Decimal 190 235 250
Hex BE EB FA

RGB Percentages of Color #beebfa

%28.15
%34.81
%37.04

CMYK Percentages of Color #beebfa

%24
%6
%0
%2

Triadic Colors of #beebfa

#beebfa #fabeeb #ebfabe

Analogous Colors of #beebfa

#beebfa #becdfa #befaeb

Monochromatic Colors of #beebfa

#beebfa

Complementary Color

#beebfa #facdbe

#beebfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beebfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#beebfa Color CSS Codes

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

#beebfa Text Font Color

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

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


#beebfa Background Color

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

This div background color is #beebfa


#beebfa Border Color

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

This div border color is #beebfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beebfa

Related Colors


Comments

No comments written yet.

Please login to write comment.