Color Hex Logo

#beb3ec Color Hex

#BEB3EC
(190,179,236)
0 Favorites   0 Comments

Color spaces of #beb3ec

RGB 190179236
HSL0.700.600.81
HSV252°24°93°
CMYK 0.190.240.00   0.07
XYZ52.495649.243586.0950
Yxy49.24350.27950.2622
Hunter Lab70.173710.7284-23.6203
CIE-Lab75.602615.3952-27.0067

#beb3ec color RGB value is (190,179,236).

#beb3ec hex color red value is 190, green value is 179 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #beb3ec hue: 0.70 , saturation: 0.60 and the lightness value of beb3ec is 0.81.

The process color (four color CMYK) of #beb3ec color hex is 0.19, 0.24, 0.00, 0.07. Web safe color of #beb3ec is #ccccff. Color #beb3ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110011 11101100
Octal 276 263 354
Decimal 190 179 236
Hex BE B3 EC

RGB Percentages of Color #beb3ec

%31.40
%29.59
%39.01

CMYK Percentages of Color #beb3ec

%19
%24
%0
%7

Triadic Colors of #beb3ec

#beb3ec #ecbeb3 #b3ecbe

Analogous Colors of #beb3ec

#beb3ec #dbb3ec #b3c5ec

Monochromatic Colors of #beb3ec

#beb3ec

Complementary Color

#beb3ec #e1ecb3

#beb3ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb3ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb3ec Color CSS Codes

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

#beb3ec Text Font Color

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

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


#beb3ec Background Color

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

This div background color is #beb3ec


#beb3ec Border Color

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

This div border color is #beb3ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb3ec

#beb3ec Color Palettes


Comments

No comments written yet.

Please login to write comment.