Color Hex Logo

#b3deeb Color Hex

#B3DEEB
(179,222,235)
0 Favorites   0 Comments

Color spaces of #b3deeb

RGB 179222235
HSL0.540.580.81
HSV194°24°92°
CMYK 0.240.060.00   0.08
XYZ59.707167.824488.5418
Yxy67.82440.27630.3139
Hunter Lab82.3556-14.7112-6.0947
CIE-Lab85.9186-11.0852-10.9562

#b3deeb color RGB value is (179,222,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 11011110 11101011
Octal 263 336 353
Decimal 179 222 235
Hex B3 DE EB

RGB Percentages of Color #b3deeb

%28.14
%34.91
%36.95

CMYK Percentages of Color #b3deeb

%24
%6
%0
%8

Triadic Colors of #b3deeb

#b3deeb #ebb3de #deebb3

Analogous Colors of #b3deeb

#b3deeb #b3c2eb #b3ebdc

Monochromatic Colors of #b3deeb

#b3deeb

Complementary Color

#b3deeb #ebc0b3

#b3deeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3deeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3deeb Color CSS Codes

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

#b3deeb Text Font Color

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

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


#b3deeb Background Color

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

This div background color is #b3deeb


#b3deeb Border Color

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

This div border color is #b3deeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3deeb


Comments

No comments written yet.

Please login to write comment.