Color Hex Logo

#befabb Color Hex

#BEFABB
(190,250,187)
0 Favorites   0 Comments

Color spaces of #befabb

RGB 190250187
HSL0.330.860.86
HSV117°25°98°
CMYK 0.240.000.25   0.02
XYZ64.390582.906259.6225
Yxy82.90620.31120.4007
Hunter Lab91.0528-33.111324.9132
CIE-Lab92.9734-30.578024.2612

#befabb color RGB value is (190,250,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111010 10111011
Octal 276 372 273
Decimal 190 250 187
Hex BE FA BB

RGB Percentages of Color #befabb

%30.30
%39.87
%29.82

CMYK Percentages of Color #befabb

%24
%0
%25
%2

Triadic Colors of #befabb

#befabb #bbbefa #fabbbe

Analogous Colors of #befabb

#befabb #bbfad8 #defabb

Monochromatic Colors of #befabb

#befabb

Complementary Color

#befabb #f7bbfa

#befabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#befabb Color CSS Codes

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

#befabb Text Font Color

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

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


#befabb Background Color

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

This div background color is #befabb


#befabb Border Color

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

This div border color is #befabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befabb


Comments

No comments written yet.

Please login to write comment.