Color Hex Logo

#befbe7 Color Hex

#BEFBE7
(190,251,231)
0 Favorites   0 Comments

Color spaces of #befbe7

RGB 190251231
HSL0.450.880.86
HSV160°24°98°
CMYK 0.240.000.08   0.02
XYZ70.156285.711088.4476
Yxy85.71100.28720.3508
Hunter Lab92.5802-26.75028.1628
CIE-Lab94.1886-23.08213.3688

#befbe7 color RGB value is (190,251,231).

#befbe7 hex color red value is 190, green value is 251 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #befbe7 hue: 0.45 , saturation: 0.88 and the lightness value of befbe7 is 0.86.

The process color (four color CMYK) of #befbe7 color hex is 0.24, 0.00, 0.08, 0.02. Web safe color of #befbe7 is #ccffff. Color #befbe7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111011 11100111
Octal 276 373 347
Decimal 190 251 231
Hex BE FB E7

RGB Percentages of Color #befbe7

%28.27
%37.35
%34.38

CMYK Percentages of Color #befbe7

%24
%0
%8
%2

Triadic Colors of #befbe7

#befbe7 #e7befb #fbe7be

Analogous Colors of #befbe7

#befbe7 #bef1fb #befbc9

Monochromatic Colors of #befbe7

#befbe7

Complementary Color

#befbe7 #fbbed2

#befbe7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befbe7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befbe7 Color CSS Codes

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

#befbe7 Text Font Color

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

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


#befbe7 Background Color

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

This div background color is #befbe7


#befbe7 Border Color

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

This div border color is #befbe7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befbe7


Comments

No comments written yet.

Please login to write comment.