Color Hex Logo

#beffc0 Color Hex

#BEFFC0
(190,255,192)
0 Favorites   0 Comments

Color spaces of #beffc0

RGB 190255192
HSL0.341.000.87
HSV122°25°100°
CMYK 0.250.000.25   0.00
XYZ66.509686.272963.0161
Yxy86.27290.30820.3998
Hunter Lab92.8832-34.729624.7933
CIE-Lab94.4289-32.086523.7235

#beffc0 color RGB value is (190,255,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111111 11000000
Octal 276 377 300
Decimal 190 255 192
Hex BE FF C0

RGB Percentages of Color #beffc0

%29.83
%40.03
%30.14

CMYK Percentages of Color #beffc0

%25
%0
%25
%0

Triadic Colors of #beffc0

#beffc0 #c0beff #ffc0be

Analogous Colors of #beffc0

#beffc0 #beffe1 #ddffbe

Monochromatic Colors of #beffc0

#beffc0

Complementary Color

#beffc0 #ffbefd

#beffc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beffc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beffc0 Color CSS Codes

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

#beffc0 Text Font Color

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

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


#beffc0 Background Color

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

This div background color is #beffc0


#beffc0 Border Color

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

This div border color is #beffc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beffc0

Related Colors


Comments

No comments written yet.

Please login to write comment.