Color Hex Logo

#befafd Color Hex

#BEFAFD
(190,250,253)
0 Favorites   0 Comments

Color spaces of #befafd

RGB 190250253
HSL0.510.940.87
HSV183°25°99°
CMYK 0.250.010.00   0.01
XYZ73.150486.4102105.7519
Yxy86.41020.27570.3257
Hunter Lab92.9571-22.2085-2.3808
CIE-Lab94.4875-18.0309-7.5686

#befafd color RGB value is (190,250,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111010 11111101
Octal 276 372 375
Decimal 190 250 253
Hex BE FA FD

RGB Percentages of Color #befafd

%27.42
%36.08
%36.51

CMYK Percentages of Color #befafd

%25
%1
%0
%1

Triadic Colors of #befafd

#befafd #fdbefa #fafdbe

Analogous Colors of #befafd

#befafd #bedbfd #befde1

Monochromatic Colors of #befafd

#befafd

Complementary Color

#befafd #fdc1be

#befafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#befafd Color CSS Codes

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

#befafd Text Font Color

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

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


#befafd Background Color

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

This div background color is #befafd


#befafd Border Color

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

This div border color is #befafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befafd

Related Colors


Comments

No comments written yet.

Please login to write comment.