Color Hex Logo

#be9eef Color Hex

#BE9EEF
(190,158,239)
0 Favorites   0 Comments

Color spaces of #be9eef

RGB 190158239
HSL0.730.720.78
HSV264°34°94°
CMYK 0.210.340.00   0.06
XYZ49.042141.632987.1125
Yxy41.63290.27580.2342
Hunter Lab64.523622.7554-34.8802
CIE-Lab70.617127.6836-36.3281

#be9eef color RGB value is (190,158,239).

#be9eef hex color red value is 190, green value is 158 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #be9eef hue: 0.73 , saturation: 0.72 and the lightness value of be9eef is 0.78.

The process color (four color CMYK) of #be9eef color hex is 0.21, 0.34, 0.00, 0.06. Web safe color of #be9eef is #cc99ff. Color #be9eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10011110 11101111
Octal 276 236 357
Decimal 190 158 239
Hex BE 9E EF

RGB Percentages of Color #be9eef

%32.37
%26.92
%40.72

CMYK Percentages of Color #be9eef

%21
%34
%0
%6

Triadic Colors of #be9eef

#be9eef #efbe9e #9eefbe

Analogous Colors of #be9eef

#be9eef #e79eef #9ea7ef

Monochromatic Colors of #be9eef

#be9eef

Complementary Color

#be9eef #cfef9e

#be9eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be9eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#be9eef Color CSS Codes

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

#be9eef Text Font Color

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

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


#be9eef Background Color

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

This div background color is #be9eef


#be9eef Border Color

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

This div border color is #be9eef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,158,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 #be9eef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be9eef


Comments

No comments written yet.

Please login to write comment.