Color Hex Logo

#b9beea Color Hex

#B9BEEA
(185,190,234)
0 Favorites   0 Comments

Color spaces of #b9beea

RGB 185190234
HSL0.650.540.82
HSV234°21°92°
CMYK 0.210.190.00   0.08
XYZ53.272353.081785.2799
Yxy53.08170.27800.2770
Hunter Lab72.85723.0170-18.3994
CIE-Lab77.92327.4057-22.4201

#b9beea color RGB value is (185,190,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10111110 11101010
Octal 271 276 352
Decimal 185 190 234
Hex B9 BE EA

RGB Percentages of Color #b9beea

%30.38
%31.20
%38.42

CMYK Percentages of Color #b9beea

%21
%19
%0
%8

Triadic Colors of #b9beea

#b9beea #eab9be #beeab9

Analogous Colors of #b9beea

#b9beea #cdb9ea #b9d7ea

Monochromatic Colors of #b9beea

#b9beea

Complementary Color

#b9beea #eae5b9

#b9beea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9beea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9beea Color CSS Codes

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

#b9beea Text Font Color

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

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


#b9beea Background Color

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

This div background color is #b9beea


#b9beea Border Color

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

This div border color is #b9beea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9beea


Comments

No comments written yet.

Please login to write comment.