Color Hex Logo

#befed3 Color Hex

#BEFED3
(190,254,211)
0 Favorites   0 Comments

Color spaces of #befed3

RGB 190254211
HSL0.390.970.87
HSV140°25°100°
CMYK 0.250.000.17   0.00
XYZ68.434986.533974.7238
Yxy86.53390.29790.3767
Hunter Lab93.0236-31.473817.4902
CIE-Lab94.5402-28.323414.1739

#befed3 color RGB value is (190,254,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111110 11010011
Octal 276 376 323
Decimal 190 254 211
Hex BE FE D3

RGB Percentages of Color #befed3

%29.01
%38.78
%32.21

CMYK Percentages of Color #befed3

%25
%0
%17
%0

Triadic Colors of #befed3

#befed3 #d3befe #fed3be

Analogous Colors of #befed3

#befed3 #befef3 #c9febe

Monochromatic Colors of #befed3

#befed3

Complementary Color

#befed3 #febee9

#befed3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befed3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befed3 Color CSS Codes

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

#befed3 Text Font Color

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

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


#befed3 Background Color

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

This div background color is #befed3


#befed3 Border Color

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

This div border color is #befed3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befed3


Comments

No comments written yet.

Please login to write comment.