Color Hex Logo

#beffbc Color Hex

#BEFFBC
(190,255,188)
0 Favorites   0 Comments

Color spaces of #beffbc

RGB 190255188
HSL0.331.000.87
HSV118°26°100°
CMYK 0.250.000.26   0.00
XYZ66.072386.098060.7131
Yxy86.09800.31040.4044
Hunter Lab92.7890-35.276226.1581
CIE-Lab94.3542-32.739725.6504

#beffbc color RGB value is (190,255,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111111 10111100
Octal 276 377 274
Decimal 190 255 188
Hex BE FF BC

RGB Percentages of Color #beffbc

%30.02
%40.28
%29.70

CMYK Percentages of Color #beffbc

%25
%0
%26
%0

Triadic Colors of #beffbc

#beffbc #bcbeff #ffbcbe

Analogous Colors of #beffbc

#beffbc #bcffdc #e0ffbc

Monochromatic Colors of #beffbc

#beffbc

Complementary Color

#beffbc #fdbcff

#beffbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beffbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#beffbc Color CSS Codes

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

#beffbc Text Font Color

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

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


#beffbc Background Color

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

This div background color is #beffbc


#beffbc Border Color

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

This div border color is #beffbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beffbc

Related Colors

#beffbc Color Palettes


Comments

No comments written yet.

Please login to write comment.