Color Hex Logo

#beffc1 Color Hex

#BEFFC1
(190,255,193)
0 Favorites   0 Comments

Color spaces of #beffc1

RGB 190255193
HSL0.341.000.87
HSV123°25°100°
CMYK 0.250.000.24   0.00
XYZ66.620886.317463.6017
Yxy86.31740.30770.3986
Hunter Lab92.9072-34.590824.4467
CIE-Lab94.4479-31.921123.2415

#beffc1 color RGB value is (190,255,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111111 11000001
Octal 276 377 301
Decimal 190 255 193
Hex BE FF C1

RGB Percentages of Color #beffc1

%29.78
%39.97
%30.25

CMYK Percentages of Color #beffc1

%25
%0
%24
%0

Triadic Colors of #beffc1

#beffc1 #c1beff #ffc1be

Analogous Colors of #beffc1

#beffc1 #beffe2 #dcffbe

Monochromatic Colors of #beffc1

#beffc1

Complementary Color

#beffc1 #ffbefc

#beffc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beffc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beffc1 Color CSS Codes

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

#beffc1 Text Font Color

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

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


#beffc1 Background Color

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

This div background color is #beffc1


#beffc1 Border Color

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

This div border color is #beffc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beffc1


Comments

No comments written yet.

Please login to write comment.