Color Hex Logo

#befaf8 Color Hex

#BEFAF8
(190,250,248)
0 Favorites   0 Comments

Color spaces of #befaf8

RGB 190250248
HSL0.490.860.86
HSV178°24°98°
CMYK 0.240.000.01   0.02
XYZ72.364186.0957101.6111
Yxy86.09570.27820.3310
Hunter Lab92.7878-23.16850.0235
CIE-Lab94.3533-19.1002-5.1804

#befaf8 color RGB value is (190,250,248).

#befaf8 hex color red value is 190, green value is 250 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #befaf8 hue: 0.49 , saturation: 0.86 and the lightness value of befaf8 is 0.86.

The process color (four color CMYK) of #befaf8 color hex is 0.24, 0.00, 0.01, 0.02. Web safe color of #befaf8 is #ccffff. Color #befaf8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111010 11111000
Octal 276 372 370
Decimal 190 250 248
Hex BE FA F8

RGB Percentages of Color #befaf8

%27.62
%36.34
%36.05

CMYK Percentages of Color #befaf8

%24
%0
%1
%2

Triadic Colors of #befaf8

#befaf8 #f8befa #faf8be

Analogous Colors of #befaf8

#befaf8 #bedefa #befada

Monochromatic Colors of #befaf8

#befaf8

Complementary Color

#befaf8 #fabec0

#befaf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befaf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befaf8 Color CSS Codes

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

#befaf8 Text Font Color

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

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


#befaf8 Background Color

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

This div background color is #befaf8


#befaf8 Border Color

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

This div border color is #befaf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befaf8

Related Colors


Comments

No comments written yet.

Please login to write comment.