Color Hex Logo

#befacb Color Hex

#BEFACB
(190,250,203)
0 Favorites   0 Comments

Color spaces of #befacb

RGB 190250203
HSL0.370.860.86
HSV133°24°98°
CMYK 0.240.000.19   0.02
XYZ66.200383.630269.1530
Yxy83.63020.30230.3819
Hunter Lab91.4495-30.820619.1803
CIE-Lab93.2896-27.865116.5155

#befacb color RGB value is (190,250,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111010 11001011
Octal 276 372 313
Decimal 190 250 203
Hex BE FA CB

RGB Percentages of Color #befacb

%29.55
%38.88
%31.57

CMYK Percentages of Color #befacb

%24
%0
%19
%2

Triadic Colors of #befacb

#befacb #cbbefa #facbbe

Analogous Colors of #befacb

#befacb #befae9 #cffabe

Monochromatic Colors of #befacb

#befacb

Complementary Color

#befacb #fabeed

#befacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#befacb Color CSS Codes

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

#befacb Text Font Color

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

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


#befacb Background Color

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

This div background color is #befacb


#befacb Border Color

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

This div border color is #befacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befacb


Comments

No comments written yet.

Please login to write comment.