Color Hex Logo

#b4beeb Color Hex

#B4BEEB
(180,190,235)
0 Favorites   0 Comments

Color spaces of #b4beeb

RGB 180190235
HSL0.640.580.81
HSV229°23°92°
CMYK 0.230.190.00   0.08
XYZ52.231252.528485.9834
Yxy52.52840.27380.2754
Hunter Lab72.47651.8047-19.6059
CIE-Lab77.59576.1141-23.4903

#b4beeb color RGB value is (180,190,235).

#b4beeb hex color red value is 180, green value is 190 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b4beeb hue: 0.64 , saturation: 0.58 and the lightness value of b4beeb is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10111110 11101011
Octal 264 276 353
Decimal 180 190 235
Hex B4 BE EB

RGB Percentages of Color #b4beeb

%29.75
%31.40
%38.84

CMYK Percentages of Color #b4beeb

%23
%19
%0
%8

Triadic Colors of #b4beeb

#b4beeb #ebb4be #beebb4

Analogous Colors of #b4beeb

#b4beeb #c6b4eb #b4daeb

Monochromatic Colors of #b4beeb

#b4beeb

Complementary Color

#b4beeb #ebe1b4

#b4beeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4beeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4beeb Color CSS Codes

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

#b4beeb Text Font Color

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

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


#b4beeb Background Color

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

This div background color is #b4beeb


#b4beeb Border Color

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

This div border color is #b4beeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4beeb


Comments

No comments written yet.

Please login to write comment.