Color Hex Logo

#bebeca Color Hex

#BEBECA
(190,190,202)
0 Favorites   0 Comments

Color spaces of #bebeca

RGB 190190202
HSL0.670.100.77
HSV240°79°
CMYK 0.060.060.00   0.21
XYZ50.309352.038363.2699
Yxy52.03830.30380.3142
Hunter Lab72.1376-1.7535-1.5053
CIE-Lab77.30372.2866-6.0261

#bebeca color RGB value is (190,190,202).

#bebeca hex color red value is 190, green value is 190 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bebeca hue: 0.67 , saturation: 0.10 and the lightness value of bebeca is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111110 11001010
Octal 276 276 312
Decimal 190 190 202
Hex BE BE CA

RGB Percentages of Color #bebeca

%32.65
%32.65
%34.71

CMYK Percentages of Color #bebeca

%6
%6
%0
%21

Triadic Colors of #bebeca

#bebeca #cabebe #becabe

Analogous Colors of #bebeca

#bebeca #c4beca #bec4ca

Monochromatic Colors of #bebeca

#bebeca

Complementary Color

#bebeca #cacabe

#bebeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebeca Color CSS Codes

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

#bebeca Text Font Color

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

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


#bebeca Background Color

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

This div background color is #bebeca


#bebeca Border Color

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

This div border color is #bebeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebeca


Comments

No comments written yet.

Please login to write comment.