Color Hex Logo

#bef9ff Color Hex

#BEF9FF
(190,249,255)
0 Favorites   0 Comments

Color spaces of #bef9ff

RGB 190249255
HSL0.521.000.87
HSV186°25°100°
CMYK 0.250.020.00   0.00
XYZ73.160985.9185107.3357
Yxy85.91850.27460.3225
Hunter Lab92.6922-21.3234-3.7720
CIE-Lab94.2775-17.1040-8.9145

#bef9ff color RGB value is (190,249,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111001 11111111
Octal 276 371 377
Decimal 190 249 255
Hex BE F9 FF

RGB Percentages of Color #bef9ff

%27.38
%35.88
%36.74

CMYK Percentages of Color #bef9ff

%25
%2
%0
%0

Triadic Colors of #bef9ff

#bef9ff #ffbef9 #f9ffbe

Analogous Colors of #bef9ff

#bef9ff #bed9ff #beffe5

Monochromatic Colors of #bef9ff

#bef9ff

Complementary Color

#bef9ff #ffc4be

#bef9ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef9ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef9ff Color CSS Codes

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

#bef9ff Text Font Color

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

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


#bef9ff Background Color

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

This div background color is #bef9ff


#bef9ff Border Color

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

This div border color is #bef9ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef9ff

Related Colors

#bef9ff Color Palettes


Comments

No comments written yet.

Please login to write comment.