Color Hex Logo

#beffb5 Color Hex

#BEFFB5
(190,255,181)
0 Favorites   0 Comments

Color spaces of #beffb5

RGB 190255181
HSL0.311.000.85
HSV113°29°100°
CMYK 0.250.000.29   0.00
XYZ65.335785.803356.8342
Yxy85.80330.31420.4126
Hunter Lab92.6301-36.199428.4630
CIE-Lab94.2282-33.848529.0162

#beffb5 color RGB value is (190,255,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111111 10110101
Octal 276 377 265
Decimal 190 255 181
Hex BE FF B5

RGB Percentages of Color #beffb5

%30.35
%40.73
%28.91

CMYK Percentages of Color #beffb5

%25
%0
%29
%0

Triadic Colors of #beffb5

#beffb5 #b5beff #ffb5be

Analogous Colors of #beffb5

#beffb5 #b5ffd1 #e3ffb5

Monochromatic Colors of #beffb5

#beffb5

Complementary Color

#beffb5 #f6b5ff

#beffb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beffb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beffb5 Color CSS Codes

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

#beffb5 Text Font Color

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

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


#beffb5 Background Color

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

This div background color is #beffb5


#beffb5 Border Color

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

This div border color is #beffb5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,255,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 #beffb5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beffb5

Related Colors


Comments

No comments written yet.

Please login to write comment.