Color Hex Logo

#bef9ed Color Hex

#BEF9ED
(190,249,237)
0 Favorites   0 Comments

Color spaces of #bef9ed

RGB 190249237
HSL0.470.830.86
HSV168°24°98°
CMYK 0.240.000.05   0.02
XYZ70.396984.812992.7810
Yxy84.81290.28390.3420
Hunter Lab92.0939-24.71844.7334
CIE-Lab93.8024-20.9012-0.2962

#bef9ed color RGB value is (190,249,237).

#bef9ed hex color red value is 190, green value is 249 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bef9ed hue: 0.47 , saturation: 0.83 and the lightness value of bef9ed is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111001 11101101
Octal 276 371 355
Decimal 190 249 237
Hex BE F9 ED

RGB Percentages of Color #bef9ed

%28.11
%36.83
%35.06

CMYK Percentages of Color #bef9ed

%24
%0
%5
%2

Triadic Colors of #bef9ed

#bef9ed #edbef9 #f9edbe

Analogous Colors of #bef9ed

#bef9ed #bee8f9 #bef9d0

Monochromatic Colors of #bef9ed

#bef9ed

Complementary Color

#bef9ed #f9beca

#bef9ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef9ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef9ed Color CSS Codes

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

#bef9ed Text Font Color

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

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


#bef9ed Background Color

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

This div background color is #bef9ed


#bef9ed Border Color

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

This div border color is #bef9ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef9ed


Comments

No comments written yet.

Please login to write comment.