Color Hex Logo

#b8dceb Color Hex

#B8DCEB
(184,220,235)
0 Favorites   0 Comments

Color spaces of #b8dceb

RGB 184220235
HSL0.550.560.82
HSV198°22°92°
CMYK 0.220.060.00   0.08
XYZ60.355867.374988.4208
Yxy67.37490.27920.3117
Hunter Lab82.0822-12.3912-6.4110
CIE-Lab85.6929-8.5674-11.2601

#b8dceb color RGB value is (184,220,235).

#b8dceb hex color red value is 184, green value is 220 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b8dceb hue: 0.55 , saturation: 0.56 and the lightness value of b8dceb is 0.82.

The process color (four color CMYK) of #b8dceb color hex is 0.22, 0.06, 0.00, 0.08. Web safe color of #b8dceb is #ccccff. Color #b8dceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11011100 11101011
Octal 270 334 353
Decimal 184 220 235
Hex B8 DC EB

RGB Percentages of Color #b8dceb

%28.79
%34.43
%36.78

CMYK Percentages of Color #b8dceb

%22
%6
%0
%8

Triadic Colors of #b8dceb

#b8dceb #ebb8dc #dcebb8

Analogous Colors of #b8dceb

#b8dceb #b8c3eb #b8ebe1

Monochromatic Colors of #b8dceb

#b8dceb

Complementary Color

#b8dceb #ebc7b8

#b8dceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8dceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8dceb Color CSS Codes

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

#b8dceb Text Font Color

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

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


#b8dceb Background Color

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

This div background color is #b8dceb


#b8dceb Border Color

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

This div border color is #b8dceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8dceb


Comments

No comments written yet.

Please login to write comment.