Color Hex Logo

#beb2ef Color Hex

#BEB2EF
(190,178,239)
0 Favorites   0 Comments

Color spaces of #beb2ef

RGB 190178239
HSL0.700.660.82
HSV252°26°94°
CMYK 0.210.260.00   0.06
XYZ52.735649.019988.3437
Yxy49.01990.27740.2579
Hunter Lab70.014211.9236-25.8020
CIE-Lab75.463716.6180-28.8425

#beb2ef color RGB value is (190,178,239).

#beb2ef hex color red value is 190, green value is 178 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #beb2ef hue: 0.70 , saturation: 0.66 and the lightness value of beb2ef is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110010 11101111
Octal 276 262 357
Decimal 190 178 239
Hex BE B2 EF

RGB Percentages of Color #beb2ef

%31.30
%29.32
%39.37

CMYK Percentages of Color #beb2ef

%21
%26
%0
%6

Triadic Colors of #beb2ef

#beb2ef #efbeb2 #b2efbe

Analogous Colors of #beb2ef

#beb2ef #ddb2ef #b2c5ef

Monochromatic Colors of #beb2ef

#beb2ef

Complementary Color

#beb2ef #e3efb2

#beb2ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb2ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb2ef Color CSS Codes

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

#beb2ef Text Font Color

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

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


#beb2ef Background Color

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

This div background color is #beb2ef


#beb2ef Border Color

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

This div border color is #beb2ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb2ef


Comments

No comments written yet.

Please login to write comment.