Color Hex Logo

#bef8eb Color Hex

#BEF8EB
(190,248,235)
0 Favorites   0 Comments

Color spaces of #bef8eb

RGB 190248235
HSL0.460.810.86
HSV167°23°97°
CMYK 0.230.000.05   0.03
XYZ69.798084.080191.1476
Yxy84.08010.28490.3431
Hunter Lab91.6952-24.59325.2507
CIE-Lab93.4853-20.82070.2762

#bef8eb color RGB value is (190,248,235).

#bef8eb hex color red value is 190, green value is 248 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bef8eb hue: 0.46 , saturation: 0.81 and the lightness value of bef8eb is 0.86.

The process color (four color CMYK) of #bef8eb color hex is 0.23, 0.00, 0.05, 0.03. Web safe color of #bef8eb is #ccffff. Color #bef8eb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111000 11101011
Octal 276 370 353
Decimal 190 248 235
Hex BE F8 EB

RGB Percentages of Color #bef8eb

%28.23
%36.85
%34.92

CMYK Percentages of Color #bef8eb

%23
%0
%5
%3

Triadic Colors of #bef8eb

#bef8eb #ebbef8 #f8ebbe

Analogous Colors of #bef8eb

#bef8eb #bee8f8 #bef8ce

Monochromatic Colors of #bef8eb

#bef8eb

Complementary Color

#bef8eb #f8becb

#bef8eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef8eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef8eb Color CSS Codes

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

#bef8eb Text Font Color

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

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


#bef8eb Background Color

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

This div background color is #bef8eb


#bef8eb Border Color

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

This div border color is #bef8eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef8eb


Comments

No comments written yet.

Please login to write comment.