Color Hex Logo

#befec9 Color Hex

#BEFEC9
(190,254,201)
0 Favorites   0 Comments

Color spaces of #befec9

RGB 190254201
HSL0.360.970.87
HSV130°25°100°
CMYK 0.250.000.21   0.00
XYZ67.219686.047868.3244
Yxy86.04780.30330.3883
Hunter Lab92.7620-32.984121.2629
CIE-Lab94.3328-30.098219.0034

#befec9 color RGB value is (190,254,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111110 11001001
Octal 276 376 311
Decimal 190 254 201
Hex BE FE C9

RGB Percentages of Color #befec9

%29.46
%39.38
%31.16

CMYK Percentages of Color #befec9

%25
%0
%21
%0

Triadic Colors of #befec9

#befec9 #c9befe #fec9be

Analogous Colors of #befec9

#befec9 #befee9 #d3febe

Monochromatic Colors of #befec9

#befec9

Complementary Color

#befec9 #febef3

#befec9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befec9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befec9 Color CSS Codes

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

#befec9 Text Font Color

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

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


#befec9 Background Color

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

This div background color is #befec9


#befec9 Border Color

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

This div border color is #befec9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befec9


Comments

No comments written yet.

Please login to write comment.