Color Hex Logo

#befec3 Color Hex

#BEFEC3
(190,254,195)
0 Favorites   0 Comments

Color spaces of #befec3

RGB 190254195
HSL0.350.970.87
HSV125°25°100°
CMYK 0.250.000.23   0.00
XYZ66.527385.770964.6788
Yxy85.77090.30660.3953
Hunter Lab92.6126-33.848423.4218
CIE-Lab94.2143-31.122121.9003

#befec3 color RGB value is (190,254,195).

#befec3 hex color red value is 190, green value is 254 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #befec3 hue: 0.35 , saturation: 0.97 and the lightness value of befec3 is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111110 11000011
Octal 276 376 303
Decimal 190 254 195
Hex BE FE C3

RGB Percentages of Color #befec3

%29.73
%39.75
%30.52

CMYK Percentages of Color #befec3

%25
%0
%23
%0

Triadic Colors of #befec3

#befec3 #c3befe #fec3be

Analogous Colors of #befec3

#befec3 #befee3 #d9febe

Monochromatic Colors of #befec3

#befec3

Complementary Color

#befec3 #febef9

#befec3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befec3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befec3 Color CSS Codes

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

#befec3 Text Font Color

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

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


#befec3 Background Color

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

This div background color is #befec3


#befec3 Border Color

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

This div border color is #befec3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befec3


Comments

No comments written yet.

Please login to write comment.