Color Hex Logo

#befcce Color Hex

#BEFCCE
(190,252,206)
0 Favorites   0 Comments

Color spaces of #befcce

RGB 190252206
HSL0.380.910.87
HSV135°25°99°
CMYK 0.250.000.18   0.01
XYZ67.186285.024271.2627
Yxy85.02420.30060.3805
Hunter Lab92.2086-31.304018.7242
CIE-Lab93.8935-28.278715.8259

#befcce color RGB value is (190,252,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111100 11001110
Octal 276 374 316
Decimal 190 252 206
Hex BE FC CE

RGB Percentages of Color #befcce

%29.32
%38.89
%31.79

CMYK Percentages of Color #befcce

%25
%0
%18
%1

Triadic Colors of #befcce

#befcce #cebefc #fccebe

Analogous Colors of #befcce

#befcce #befced #cdfcbe

Monochromatic Colors of #befcce

#befcce

Complementary Color

#befcce #fcbeec

#befcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#befcce Color CSS Codes

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

#befcce Text Font Color

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

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


#befcce Background Color

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

This div background color is #befcce


#befcce Border Color

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

This div border color is #befcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befcce


Comments

No comments written yet.

Please login to write comment.