Color Hex Logo

#b3ccdf Color Hex

#B3CCDF
(179,204,223)
0 Favorites   0 Comments

Color spaces of #b3ccdf

RGB 179204223
HSL0.570.410.79
HSV206°20°87°
CMYK 0.200.090.00   0.13
XYZ53.502658.097278.2060
Yxy58.09720.28190.3061
Hunter Lab76.2215-8.0921-7.4786
CIE-Lab80.7928-4.3700-12.2273

#b3ccdf color RGB value is (179,204,223).

#b3ccdf hex color red value is 179, green value is 204 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b3ccdf hue: 0.57 , saturation: 0.41 and the lightness value of b3ccdf is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 11001100 11011111
Octal 263 314 337
Decimal 179 204 223
Hex B3 CC DF

RGB Percentages of Color #b3ccdf

%29.54
%33.66
%36.80

CMYK Percentages of Color #b3ccdf

%20
%9
%0
%13

Triadic Colors of #b3ccdf

#b3ccdf #dfb3cc #ccdfb3

Analogous Colors of #b3ccdf

#b3ccdf #b3b6df #b3dfdc

Monochromatic Colors of #b3ccdf

#b3ccdf

Complementary Color

#b3ccdf #dfc6b3

#b3ccdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3ccdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3ccdf Color CSS Codes

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

#b3ccdf Text Font Color

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

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


#b3ccdf Background Color

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

This div background color is #b3ccdf


#b3ccdf Border Color

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

This div border color is #b3ccdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3ccdf


Comments

No comments written yet.

Please login to write comment.