Color Hex Logo

#b8beea Color Hex

#B8BEEA
(184,190,234)
1 Favorites   0 Comments

Color spaces of #b8beea

RGB 184190234
HSL0.650.540.82
HSV233°21°92°
CMYK 0.210.190.00   0.08
XYZ53.031952.957885.2687
Yxy52.95780.27730.2769
Hunter Lab72.77212.7288-18.5309
CIE-Lab77.85017.0999-22.5381

#b8beea color RGB value is (184,190,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10111110 11101010
Octal 270 276 352
Decimal 184 190 234
Hex B8 BE EA

RGB Percentages of Color #b8beea

%30.26
%31.25
%38.49

CMYK Percentages of Color #b8beea

%21
%19
%0
%8

Triadic Colors of #b8beea

#b8beea #eab8be #beeab8

Analogous Colors of #b8beea

#b8beea #cbb8ea #b8d7ea

Monochromatic Colors of #b8beea

#b8beea

Complementary Color

#b8beea #eae4b8

#b8beea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8beea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8beea Color CSS Codes

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

#b8beea Text Font Color

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

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


#b8beea Background Color

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

This div background color is #b8beea


#b8beea Border Color

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

This div border color is #b8beea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8beea


Comments

No comments written yet.

Please login to write comment.