Color Hex Logo

#b4cceb Color Hex

#B4CCEB
(180,204,235)
0 Favorites   0 Comments

Color spaces of #b4cceb

RGB 180204235
HSL0.590.580.81
HSV214°23°92°
CMYK 0.230.130.00   0.08
XYZ55.410758.887287.0432
Yxy58.88720.27520.2925
Hunter Lab76.7380-5.4008-13.5355
CIE-Lab81.2296-1.4019-17.9815

#b4cceb color RGB value is (180,204,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11001100 11101011
Octal 264 314 353
Decimal 180 204 235
Hex B4 CC EB

RGB Percentages of Color #b4cceb

%29.08
%32.96
%37.96

CMYK Percentages of Color #b4cceb

%23
%13
%0
%8

Triadic Colors of #b4cceb

#b4cceb #ebb4cc #ccebb4

Analogous Colors of #b4cceb

#b4cceb #b8b4eb #b4e8eb

Monochromatic Colors of #b4cceb

#b4cceb

Complementary Color

#b4cceb #ebd3b4

#b4cceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4cceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4cceb Color CSS Codes

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

#b4cceb Text Font Color

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

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


#b4cceb Background Color

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

This div background color is #b4cceb


#b4cceb Border Color

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

This div border color is #b4cceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4cceb


Comments

No comments written yet.

Please login to write comment.