Color Hex Logo

#b8beca Color Hex

#B8BECA
(184,190,202)
0 Favorites   0 Comments

Color spaces of #b8beca

RGB 184190202
HSL0.610.150.76
HSV220°79°
CMYK 0.090.060.00   0.21
XYZ48.841351.281563.2012
Yxy51.28150.29900.3140
Hunter Lab71.6111-3.5761-2.1993
CIE-Lab76.84920.2729-6.7493

#b8beca color RGB value is (184,190,202).

#b8beca hex color red value is 184, green value is 190 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b8beca hue: 0.61 , saturation: 0.15 and the lightness value of b8beca is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10111110 11001010
Octal 270 276 312
Decimal 184 190 202
Hex B8 BE CA

RGB Percentages of Color #b8beca

%31.94
%32.99
%35.07

CMYK Percentages of Color #b8beca

%9
%6
%0
%21

Triadic Colors of #b8beca

#b8beca #cab8be #becab8

Analogous Colors of #b8beca

#b8beca #bbb8ca #b8c7ca

Monochromatic Colors of #b8beca

#b8beca

Complementary Color

#b8beca #cac4b8

#b8beca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8beca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8beca Color CSS Codes

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

#b8beca Text Font Color

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

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


#b8beca Background Color

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

This div background color is #b8beca


#b8beca Border Color

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

This div border color is #b8beca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8beca

#b8beca Color Palettes


Comments

No comments written yet.

Please login to write comment.