Color Hex Logo

#bebaea Color Hex

#BEBAEA
(190,186,234)
0 Favorites   0 Comments

Color spaces of #bebaea

RGB 190186234
HSL0.680.530.82
HSV245°21°92°
CMYK 0.190.210.00   0.08
XYZ53.645452.005585.0525
Yxy52.00550.28130.2727
Hunter Lab72.11486.5831-19.4465
CIE-Lab77.284111.1206-23.3580

#bebaea color RGB value is (190,186,234).

#bebaea hex color red value is 190, green value is 186 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bebaea hue: 0.68 , saturation: 0.53 and the lightness value of bebaea is 0.82.

The process color (four color CMYK) of #bebaea color hex is 0.19, 0.21, 0.00, 0.08. Web safe color of #bebaea is #ccccff. Color #bebaea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111010 11101010
Octal 276 272 352
Decimal 190 186 234
Hex BE BA EA

RGB Percentages of Color #bebaea

%31.15
%30.49
%38.36

CMYK Percentages of Color #bebaea

%19
%21
%0
%8

Triadic Colors of #bebaea

#bebaea #eabeba #baeabe

Analogous Colors of #bebaea

#bebaea #d6baea #baceea

Monochromatic Colors of #bebaea

#bebaea

Complementary Color

#bebaea #e6eaba

#bebaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebaea Color CSS Codes

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

#bebaea Text Font Color

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

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


#bebaea Background Color

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

This div background color is #bebaea


#bebaea Border Color

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

This div border color is #bebaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebaea


Comments

No comments written yet.

Please login to write comment.