Color Hex Logo

#befbca Color Hex

#BEFBCA
(190,251,202)
0 Favorites   0 Comments

Color spaces of #befbca

RGB 190251202
HSL0.370.880.86
HSV132°24°98°
CMYK 0.240.000.20   0.02
XYZ66.393184.205868.6312
Yxy84.20580.30280.3841
Hunter Lab91.7637-31.437819.8909
CIE-Lab93.5398-28.513517.3803

#befbca color RGB value is (190,251,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111011 11001010
Octal 276 373 312
Decimal 190 251 202
Hex BE FB CA

RGB Percentages of Color #befbca

%29.55
%39.04
%31.42

CMYK Percentages of Color #befbca

%24
%0
%20
%2

Triadic Colors of #befbca

#befbca #cabefb #fbcabe

Analogous Colors of #befbca

#befbca #befbe9 #d1fbbe

Monochromatic Colors of #befbca

#befbca

Complementary Color

#befbca #fbbeef

#befbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#befbca Color CSS Codes

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

#befbca Text Font Color

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

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


#befbca Background Color

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

This div background color is #befbca


#befbca Border Color

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

This div border color is #befbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befbca

Related Colors


Comments

No comments written yet.

Please login to write comment.