Color Hex Logo

#b2beed Color Hex

#B2BEED
(178,190,237)
0 Favorites   0 Comments

Color spaces of #b2beed

RGB 178190237
HSL0.630.620.81
HSV228°25°93°
CMYK 0.250.200.00   0.07
XYZ52.059652.406387.4924
Yxy52.40630.27120.2730
Hunter Lab72.39221.6789-20.9827
CIE-Lab77.52325.9779-24.6906

#b2beed color RGB value is (178,190,237).

#b2beed hex color red value is 178, green value is 190 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b2beed hue: 0.63 , saturation: 0.62 and the lightness value of b2beed is 0.81.

The process color (four color CMYK) of #b2beed color hex is 0.25, 0.20, 0.00, 0.07. Web safe color of #b2beed is #99ccff. Color #b2beed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10111110 11101101
Octal 262 276 355
Decimal 178 190 237
Hex B2 BE ED

RGB Percentages of Color #b2beed

%29.42
%31.40
%39.17

CMYK Percentages of Color #b2beed

%25
%20
%0
%7

Triadic Colors of #b2beed

#b2beed #edb2be #beedb2

Analogous Colors of #b2beed

#b2beed #c4b2ed #b2dced

Monochromatic Colors of #b2beed

#b2beed

Complementary Color

#b2beed #ede1b2

#b2beed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2beed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2beed Color CSS Codes

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

#b2beed Text Font Color

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

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


#b2beed Background Color

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

This div background color is #b2beed


#b2beed Border Color

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

This div border color is #b2beed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2beed


Comments

No comments written yet.

Please login to write comment.