Color Hex Logo

#b8ddeb Color Hex

#B8DDEB
(184,221,235)
0 Favorites   0 Comments

Color spaces of #b8ddeb

RGB 184221235
HSL0.550.560.82
HSV196°22°92°
CMYK 0.220.060.00   0.08
XYZ60.619067.901488.5086
Yxy67.90140.27930.3129
Hunter Lab82.4023-12.8911-6.0020
CIE-Lab85.9571-9.0824-10.8664

#b8ddeb color RGB value is (184,221,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 11011101 11101011
Octal 270 335 353
Decimal 184 221 235
Hex B8 DD EB

RGB Percentages of Color #b8ddeb

%28.75
%34.53
%36.72

CMYK Percentages of Color #b8ddeb

%22
%6
%0
%8

Triadic Colors of #b8ddeb

#b8ddeb #ebb8dd #ddebb8

Analogous Colors of #b8ddeb

#b8ddeb #b8c4eb #b8ebe0

Monochromatic Colors of #b8ddeb

#b8ddeb

Complementary Color

#b8ddeb #ebc6b8

#b8ddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8ddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8ddeb Color CSS Codes

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

#b8ddeb Text Font Color

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

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


#b8ddeb Background Color

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

This div background color is #b8ddeb


#b8ddeb Border Color

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

This div border color is #b8ddeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8ddeb


Comments

No comments written yet.

Please login to write comment.