Color Hex Logo

#befacf Color Hex

#BEFACF
(190,250,207)
0 Favorites   0 Comments

Color spaces of #befacf

RGB 190250207
HSL0.380.860.86
HSV137°24°98°
CMYK 0.240.000.17   0.02
XYZ66.683383.823471.6964
Yxy83.82340.30010.3772
Hunter Lab91.5551-30.212717.6589
CIE-Lab93.3737-27.152314.5782

#befacf color RGB value is (190,250,207).

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

The process color (four color CMYK) of #befacf color hex is 0.24, 0.00, 0.17, 0.02. Web safe color of #befacf is #ccffcc. Color #befacf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111010 11001111
Octal 276 372 317
Decimal 190 250 207
Hex BE FA CF

RGB Percentages of Color #befacf

%29.37
%38.64
%31.99

CMYK Percentages of Color #befacf

%24
%0
%17
%2

Triadic Colors of #befacf

#befacf #cfbefa #facfbe

Analogous Colors of #befacf

#befacf #befaed #cbfabe

Monochromatic Colors of #befacf

#befacf

Complementary Color

#befacf #fabee9

#befacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#befacf Color CSS Codes

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

#befacf Text Font Color

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

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


#befacf Background Color

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

This div background color is #befacf


#befacf Border Color

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

This div border color is #befacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befacf


Comments

No comments written yet.

Please login to write comment.