Color Hex Logo

#befce6 Color Hex

#BEFCE6
(190,252,230)
0 Favorites   0 Comments

Color spaces of #befce6

RGB 190252230
HSL0.440.910.87
HSV159°25°99°
CMYK 0.250.000.09   0.01
XYZ70.328586.281187.8101
Yxy86.28110.28770.3530
Hunter Lab92.8876-27.40478.9723
CIE-Lab94.4324-23.76314.2385

#befce6 color RGB value is (190,252,230).

#befce6 hex color red value is 190, green value is 252 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #befce6 hue: 0.44 , saturation: 0.91 and the lightness value of befce6 is 0.87.

The process color (four color CMYK) of #befce6 color hex is 0.25, 0.00, 0.09, 0.01. Web safe color of #befce6 is #ccffff. Color #befce6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111100 11100110
Octal 276 374 346
Decimal 190 252 230
Hex BE FC E6

RGB Percentages of Color #befce6

%28.27
%37.50
%34.23

CMYK Percentages of Color #befce6

%25
%0
%9
%1

Triadic Colors of #befce6

#befce6 #e6befc #fce6be

Analogous Colors of #befce6

#befce6 #bef3fc #befcc7

Monochromatic Colors of #befce6

#befce6

Complementary Color

#befce6 #fcbed4

#befce6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befce6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befce6 Color CSS Codes

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

#befce6 Text Font Color

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

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


#befce6 Background Color

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

This div background color is #befce6


#befce6 Border Color

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

This div border color is #befce6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befce6


Comments

No comments written yet.

Please login to write comment.