Color Hex Logo

#befbf4 Color Hex

#BEFBF4
(190,251,244)
0 Favorites   0 Comments

Color spaces of #befbf4

RGB 190251244
HSL0.480.880.86
HSV173°24°98°
CMYK 0.240.000.03   0.02
XYZ72.061586.473298.4809
Yxy86.47320.28040.3365
Hunter Lab92.9910-24.40922.3034
CIE-Lab94.5143-20.4316-2.8748

#befbf4 color RGB value is (190,251,244).

#befbf4 hex color red value is 190, green value is 251 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #befbf4 hue: 0.48 , saturation: 0.88 and the lightness value of befbf4 is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111011 11110100
Octal 276 373 364
Decimal 190 251 244
Hex BE FB F4

RGB Percentages of Color #befbf4

%27.74
%36.64
%35.62

CMYK Percentages of Color #befbf4

%24
%0
%3
%2

Triadic Colors of #befbf4

#befbf4 #f4befb #fbf4be

Analogous Colors of #befbf4

#befbf4 #bee4fb #befbd6

Monochromatic Colors of #befbf4

#befbf4

Complementary Color

#befbf4 #fbbec5

#befbf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befbf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befbf4 Color CSS Codes

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

#befbf4 Text Font Color

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

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


#befbf4 Background Color

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

This div background color is #befbf4


#befbf4 Border Color

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

This div border color is #befbf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befbf4

Related Colors


Comments

No comments written yet.

Please login to write comment.