Color Hex Logo

#befafc Color Hex

#BEFAFC
(190,250,252)
0 Favorites   0 Comments

Color spaces of #befafc

RGB 190250252
HSL0.510.910.87
HSV182°25°99°
CMYK 0.250.010.00   0.01
XYZ72.991586.3466104.9150
Yxy86.34660.27620.3268
Hunter Lab92.9229-22.4022-1.8956
CIE-Lab94.4603-18.2461-7.0915

#befafc color RGB value is (190,250,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111010 11111100
Octal 276 372 374
Decimal 190 250 252
Hex BE FA FC

RGB Percentages of Color #befafc

%27.46
%36.13
%36.42

CMYK Percentages of Color #befafc

%25
%1
%0
%1

Triadic Colors of #befafc

#befafc #fcbefa #fafcbe

Analogous Colors of #befafc

#befafc #bedbfc #befcdf

Monochromatic Colors of #befafc

#befafc

Complementary Color

#befafc #fcc0be

#befafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#befafc Color CSS Codes

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

#befafc Text Font Color

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

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


#befafc Background Color

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

This div background color is #befafc


#befafc Border Color

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

This div border color is #befafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befafc

Related Colors


Comments

No comments written yet.

Please login to write comment.