Color Hex Logo

#befcef Color Hex

#BEFCEF
(190,252,239)
0 Favorites   0 Comments

Color spaces of #befcef

RGB 190252239
HSL0.470.910.87
HSV167°25°99°
CMYK 0.250.000.05   0.01
XYZ71.625686.800094.6404
Yxy86.80000.28300.3430
Hunter Lab93.1665-25.81224.9886
CIE-Lab94.6533-21.9521-0.0874

#befcef color RGB value is (190,252,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111100 11101111
Octal 276 374 357
Decimal 190 252 239
Hex BE FC EF

RGB Percentages of Color #befcef

%27.90
%37.00
%35.10

CMYK Percentages of Color #befcef

%25
%0
%5
%1

Triadic Colors of #befcef

#befcef #efbefc #fcefbe

Analogous Colors of #befcef

#befcef #beeafc #befcd0

Monochromatic Colors of #befcef

#befcef

Complementary Color

#befcef #fcbecb

#befcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#befcef Color CSS Codes

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

#befcef Text Font Color

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

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


#befcef Background Color

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

This div background color is #befcef


#befcef Border Color

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

This div border color is #befcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befcef


Comments

No comments written yet.

Please login to write comment.