Color Hex Logo

#befbba Color Hex

#BEFBBA
(190,251,186)
0 Favorites   0 Comments

Color spaces of #befbba

RGB 190251186
HSL0.320.890.86
HSV116°26°98°
CMYK 0.240.000.26   0.02
XYZ64.595383.486759.1644
Yxy83.48670.31170.4028
Hunter Lab91.3711-33.707725.5684
CIE-Lab93.2271-31.206725.1188

#befbba color RGB value is (190,251,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111011 10111010
Octal 276 373 272
Decimal 190 251 186
Hex BE FB BA

RGB Percentages of Color #befbba

%30.30
%40.03
%29.67

CMYK Percentages of Color #befbba

%24
%0
%26
%2

Triadic Colors of #befbba

#befbba #babefb #fbbabe

Analogous Colors of #befbba

#befbba #bafbd7 #dffbba

Monochromatic Colors of #befbba

#befbba

Complementary Color

#befbba #f7bafb

#befbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#befbba Color CSS Codes

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

#befbba Text Font Color

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

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


#befbba Background Color

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

This div background color is #befbba


#befbba Border Color

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

This div border color is #befbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befbba


Comments

No comments written yet.

Please login to write comment.