Color Hex Logo

#befaf0 Color Hex

#BEFAF0
(190,250,240)
0 Favorites   0 Comments

Color spaces of #befaf0

RGB 190250240
HSL0.470.860.86
HSV170°24°98°
CMYK 0.240.000.04   0.02
XYZ71.149085.609695.2124
Yxy85.60960.28240.3398
Hunter Lab92.5255-24.65903.7560
CIE-Lab94.1452-20.7732-1.3473

#befaf0 color RGB value is (190,250,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111010 11110000
Octal 276 372 360
Decimal 190 250 240
Hex BE FA F0

RGB Percentages of Color #befaf0

%27.94
%36.76
%35.29

CMYK Percentages of Color #befaf0

%24
%0
%4
%2

Triadic Colors of #befaf0

#befaf0 #f0befa #faf0be

Analogous Colors of #befaf0

#befaf0 #bee6fa #befad2

Monochromatic Colors of #befaf0

#befaf0

Complementary Color

#befaf0 #fabec8

#befaf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befaf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befaf0 Color CSS Codes

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

#befaf0 Text Font Color

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

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


#befaf0 Background Color

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

This div background color is #befaf0


#befaf0 Border Color

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

This div border color is #befaf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befaf0


Comments

No comments written yet.

Please login to write comment.