Color Hex Logo

#b3ccbe Color Hex

#B3CCBE
(179,204,190)
0 Favorites   0 Comments

Color spaces of #b3ccbe

RGB 179204190
HSL0.410.200.75
HSV146°12°80°
CMYK 0.120.000.07   0.20
XYZ49.477556.487157.0106
Yxy56.48710.30360.3466
Hunter Lab75.1579-14.01737.6364
CIE-Lab79.8902-11.10364.1292

#b3ccbe color RGB value is (179,204,190).

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

The process color (four color CMYK) of #b3ccbe color hex is 0.12, 0.00, 0.07, 0.20. Web safe color of #b3ccbe is #cccccc. Color #b3ccbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11001100 10111110
Octal 263 314 276
Decimal 179 204 190
Hex B3 CC BE

RGB Percentages of Color #b3ccbe

%31.24
%35.60
%33.16

CMYK Percentages of Color #b3ccbe

%12
%0
%7
%20

Triadic Colors of #b3ccbe

#b3ccbe #beb3cc #ccbeb3

Analogous Colors of #b3ccbe

#b3ccbe #b3cccb #b5ccb3

Monochromatic Colors of #b3ccbe

#b3ccbe

Complementary Color

#b3ccbe #ccb3c1

#b3ccbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3ccbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3ccbe Color CSS Codes

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

#b3ccbe Text Font Color

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

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


#b3ccbe Background Color

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

This div background color is #b3ccbe


#b3ccbe Border Color

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

This div border color is #b3ccbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3ccbe


Comments

No comments written yet.

Please login to write comment.