Color Hex Logo

#bef5ff Color Hex

#BEF5FF
(190,245,255)
0 Favorites   0 Comments

Color spaces of #bef5ff

RGB 190245255
HSL0.531.000.87
HSV189°25°100°
CMYK 0.250.040.00   0.00
XYZ71.937683.4720106.9279
Yxy83.47200.27420.3182
Hunter Lab91.3630-19.3376-5.4367
CIE-Lab93.2207-15.1172-10.4842

#bef5ff color RGB value is (190,245,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110101 11111111
Octal 276 365 377
Decimal 190 245 255
Hex BE F5 FF

RGB Percentages of Color #bef5ff

%27.54
%35.51
%36.96

CMYK Percentages of Color #bef5ff

%25
%4
%0
%0

Triadic Colors of #bef5ff

#bef5ff #ffbef5 #f5ffbe

Analogous Colors of #bef5ff

#bef5ff #bed5ff #beffe9

Monochromatic Colors of #bef5ff

#bef5ff

Complementary Color

#bef5ff #ffc8be

#bef5ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef5ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef5ff Color CSS Codes

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

#bef5ff Text Font Color

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

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


#bef5ff Background Color

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

This div background color is #bef5ff


#bef5ff Border Color

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

This div border color is #bef5ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef5ff

Related Colors

#bef5ff Color Palettes


Comments

No comments written yet.

Please login to write comment.