Color Hex Logo

#b3cced Color Hex

#B3CCED
(179,204,237)
0 Favorites   0 Comments

Color spaces of #b3cced

RGB 179204237
HSL0.590.620.82
HSV214°24°93°
CMYK 0.240.140.00   0.07
XYZ55.469358.883988.5629
Yxy58.88390.27340.2902
Hunter Lab76.7358-5.2572-14.7131
CIE-Lab81.2277-1.2469-19.0586

#b3cced color RGB value is (179,204,237).

#b3cced hex color red value is 179, green value is 204 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b3cced hue: 0.59 , saturation: 0.62 and the lightness value of b3cced is 0.82.

The process color (four color CMYK) of #b3cced color hex is 0.24, 0.14, 0.00, 0.07. Web safe color of #b3cced is #ccccff. Color #b3cced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11001100 11101101
Octal 263 314 355
Decimal 179 204 237
Hex B3 CC ED

RGB Percentages of Color #b3cced

%28.87
%32.90
%38.23

CMYK Percentages of Color #b3cced

%24
%14
%0
%7

Triadic Colors of #b3cced

#b3cced #edb3cc #ccedb3

Analogous Colors of #b3cced

#b3cced #b7b3ed #b3e9ed

Monochromatic Colors of #b3cced

#b3cced

Complementary Color

#b3cced #edd4b3

#b3cced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3cced Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3cced Color CSS Codes

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

#b3cced Text Font Color

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

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


#b3cced Background Color

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

This div background color is #b3cced


#b3cced Border Color

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

This div border color is #b3cced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3cced


Comments

No comments written yet.

Please login to write comment.