Color Hex Logo

#beffb0 Color Hex

#BEFFB0
(190,255,176)
0 Favorites   0 Comments

Color spaces of #beffb0

RGB 190255176
HSL0.301.000.85
HSV109°31°100°
CMYK 0.250.000.31   0.00
XYZ64.831785.601754.1801
Yxy85.60170.31680.4184
Hunter Lab92.5212-36.833130.0448
CIE-Lab94.1418-34.613631.4140

#beffb0 color RGB value is (190,255,176).

#beffb0 hex color red value is 190, green value is 255 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #beffb0 hue: 0.30 , saturation: 1.00 and the lightness value of beffb0 is 0.85.

The process color (four color CMYK) of #beffb0 color hex is 0.25, 0.00, 0.31, 0.00. Web safe color of #beffb0 is #ccff99. Color #beffb0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111111 10110000
Octal 276 377 260
Decimal 190 255 176
Hex BE FF B0

RGB Percentages of Color #beffb0

%30.60
%41.06
%28.34

CMYK Percentages of Color #beffb0

%25
%0
%31
%0

Triadic Colors of #beffb0

#beffb0 #b0beff #ffb0be

Analogous Colors of #beffb0

#beffb0 #b0ffca #e6ffb0

Monochromatic Colors of #beffb0

#beffb0

Complementary Color

#beffb0 #f1b0ff

#beffb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beffb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beffb0 Color CSS Codes

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

#beffb0 Text Font Color

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

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


#beffb0 Background Color

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

This div background color is #beffb0


#beffb0 Border Color

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

This div border color is #beffb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beffb0


Comments

No comments written yet.

Please login to write comment.