Color Hex Logo

#befbb5 Color Hex

#BEFBB5
(190,251,181)
0 Favorites   0 Comments

Color spaces of #befbb5

RGB 190251181
HSL0.310.900.85
HSV112°28°98°
CMYK 0.240.000.28   0.02
XYZ64.072983.277756.4133
Yxy83.27770.31440.4087
Hunter Lab91.2566-34.371027.2276
CIE-Lab93.1359-32.001727.5314

#befbb5 color RGB value is (190,251,181).

#befbb5 hex color red value is 190, green value is 251 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #befbb5 hue: 0.31 , saturation: 0.90 and the lightness value of befbb5 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111011 10110101
Octal 276 373 265
Decimal 190 251 181
Hex BE FB B5

RGB Percentages of Color #befbb5

%30.55
%40.35
%29.10

CMYK Percentages of Color #befbb5

%24
%0
%28
%2

Triadic Colors of #befbb5

#befbb5 #b5befb #fbb5be

Analogous Colors of #befbb5

#befbb5 #b5fbcf #e1fbb5

Monochromatic Colors of #befbb5

#befbb5

Complementary Color

#befbb5 #f2b5fb

#befbb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befbb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befbb5 Color CSS Codes

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

#befbb5 Text Font Color

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

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


#befbb5 Background Color

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

This div background color is #befbb5


#befbb5 Border Color

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

This div border color is #befbb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befbb5


Comments

No comments written yet.

Please login to write comment.