Color Hex Logo

#b3c2de Color Hex

#B3C2DE
(179,194,222)
0 Favorites   0 Comments

Color spaces of #b3c2de

RGB 179194222
HSL0.610.390.79
HSV219°19°87°
CMYK 0.190.130.00   0.13
XYZ51.067053.441276.7309
Yxy53.44120.28180.2949
Hunter Lab73.1035-3.2386-11.0595
CIE-Lab78.13480.7249-15.6768

#b3c2de color RGB value is (179,194,222).

#b3c2de hex color red value is 179, green value is 194 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b3c2de hue: 0.61 , saturation: 0.39 and the lightness value of b3c2de is 0.79.

The process color (four color CMYK) of #b3c2de color hex is 0.19, 0.13, 0.00, 0.13. Web safe color of #b3c2de is #cccccc. Color #b3c2de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11000010 11011110
Octal 263 302 336
Decimal 179 194 222
Hex B3 C2 DE

RGB Percentages of Color #b3c2de

%30.08
%32.61
%37.31

CMYK Percentages of Color #b3c2de

%19
%13
%0
%13

Triadic Colors of #b3c2de

#b3c2de #deb3c2 #c2deb3

Analogous Colors of #b3c2de

#b3c2de #bab3de #b3d8de

Monochromatic Colors of #b3c2de

#b3c2de

Complementary Color

#b3c2de #decfb3

#b3c2de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3c2de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3c2de Color CSS Codes

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

#b3c2de Text Font Color

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

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


#b3c2de Background Color

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

This div background color is #b3c2de


#b3c2de Border Color

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

This div border color is #b3c2de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,194,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b3c2de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3c2de


Comments

No comments written yet.

Please login to write comment.