Color Hex Logo

#befaff Color Hex

#BEFAFF
(190,250,255)
0 Favorites   0 Comments

Color spaces of #befaff

RGB 190250255
HSL0.511.000.87
HSV185°25°100°
CMYK 0.250.020.00   0.00
XYZ73.470886.5384107.4390
Yxy86.53840.27470.3236
Hunter Lab93.0260-21.8184-3.3579
CIE-Lab94.5421-17.5983-8.5221

#befaff color RGB value is (190,250,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111010 11111111
Octal 276 372 377
Decimal 190 250 255
Hex BE FA FF

RGB Percentages of Color #befaff

%27.34
%35.97
%36.69

CMYK Percentages of Color #befaff

%25
%2
%0
%0

Triadic Colors of #befaff

#befaff #ffbefa #faffbe

Analogous Colors of #befaff

#befaff #bedaff #beffe4

Monochromatic Colors of #befaff

#befaff

Complementary Color

#befaff #ffc3be

#befaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#befaff Color CSS Codes

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

#befaff Text Font Color

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

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


#befaff Background Color

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

This div background color is #befaff


#befaff Border Color

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

This div border color is #befaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befaff

Related Colors

#befaff Color Palettes


Comments

No comments written yet.

Please login to write comment.