Color Hex Logo

#b4ceeb Color Hex

#B4CEEB
(180,206,235)
0 Favorites   0 Comments

Color spaces of #b4ceeb

RGB 180206235
HSL0.590.580.81
HSV212°23°92°
CMYK 0.230.120.00   0.08
XYZ55.889159.844187.2027
Yxy59.84410.27540.2949
Hunter Lab77.3590-6.4183-12.6832
CIE-Lab81.7534-2.4612-17.1916

#b4ceeb color RGB value is (180,206,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11001110 11101011
Octal 264 316 353
Decimal 180 206 235
Hex B4 CE EB

RGB Percentages of Color #b4ceeb

%28.99
%33.17
%37.84

CMYK Percentages of Color #b4ceeb

%23
%12
%0
%8

Triadic Colors of #b4ceeb

#b4ceeb #ebb4ce #ceebb4

Analogous Colors of #b4ceeb

#b4ceeb #b6b4eb #b4eaeb

Monochromatic Colors of #b4ceeb

#b4ceeb

Complementary Color

#b4ceeb #ebd1b4

#b4ceeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4ceeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4ceeb Color CSS Codes

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

#b4ceeb Text Font Color

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

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


#b4ceeb Background Color

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

This div background color is #b4ceeb


#b4ceeb Border Color

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

This div border color is #b4ceeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4ceeb


Comments

No comments written yet.

Please login to write comment.