Color Hex Logo

#b8beee Color Hex

#B8BEEE
(184,190,238)
0 Favorites   0 Comments

Color spaces of #b8beee

RGB 184190238
HSL0.650.610.83
HSV233°23°93°
CMYK 0.230.200.00   0.07
XYZ53.613253.190388.3300
Yxy53.19030.27480.2726
Hunter Lab72.93173.5877-20.7559
CIE-Lab77.98728.0073-24.4819

#b8beee color RGB value is (184,190,238).

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

The process color (four color CMYK) of #b8beee color hex is 0.23, 0.20, 0.00, 0.07. Web safe color of #b8beee is #ccccff. Color #b8beee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10111110 11101110
Octal 270 276 356
Decimal 184 190 238
Hex B8 BE EE

RGB Percentages of Color #b8beee

%30.07
%31.05
%38.89

CMYK Percentages of Color #b8beee

%23
%20
%0
%7

Triadic Colors of #b8beee

#b8beee #eeb8be #beeeb8

Analogous Colors of #b8beee

#b8beee #cdb8ee #b8d9ee

Monochromatic Colors of #b8beee

#b8beee

Complementary Color

#b8beee #eee8b8

#b8beee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8beee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8beee Color CSS Codes

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

#b8beee Text Font Color

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

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


#b8beee Background Color

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

This div background color is #b8beee


#b8beee Border Color

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

This div border color is #b8beee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8beee


Comments

No comments written yet.

Please login to write comment.