Color Hex Logo

#befbff Color Hex

#BEFBFF
(190,251,255)
0 Favorites   0 Comments

Color spaces of #befbff

RGB 190251255
HSL0.511.000.87
HSV184°25°100°
CMYK 0.250.020.00   0.00
XYZ73.782487.1615107.5429
Yxy87.16150.27480.3246
Hunter Lab93.3603-22.3125-2.9447
CIE-Lab94.8068-18.0914-8.1300

#befbff color RGB value is (190,251,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111011 11111111
Octal 276 373 377
Decimal 190 251 255
Hex BE FB FF

RGB Percentages of Color #befbff

%27.30
%36.06
%36.64

CMYK Percentages of Color #befbff

%25
%2
%0
%0

Triadic Colors of #befbff

#befbff #ffbefb #fbffbe

Analogous Colors of #befbff

#befbff #bedbff #beffe3

Monochromatic Colors of #befbff

#befbff

Complementary Color

#befbff #ffc2be

#befbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#befbff Color CSS Codes

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

#befbff Text Font Color

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

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


#befbff Background Color

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

This div background color is #befbff


#befbff Border Color

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

This div border color is #befbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befbff

Related Colors


Comments

No comments written yet.

Please login to write comment.