Color Hex Logo

#b3ebcb Color Hex

#B3EBCB
(179,235,203)
0 Favorites   0 Comments

Color spaces of #b3ebcb

RGB 179235203
HSL0.400.580.81
HSV146°24°92°
CMYK 0.240.000.14   0.08
XYZ59.078273.312267.5368
Yxy73.31220.29550.3667
Hunter Lab85.6225-26.677313.1694
CIE-Lab88.5964-24.13649.7735

#b3ebcb color RGB value is (179,235,203).

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

The process color (four color CMYK) of #b3ebcb color hex is 0.24, 0.00, 0.14, 0.08. Web safe color of #b3ebcb is #ccffcc. Color #b3ebcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11101011 11001011
Octal 263 353 313
Decimal 179 235 203
Hex B3 EB CB

RGB Percentages of Color #b3ebcb

%29.01
%38.09
%32.90

CMYK Percentages of Color #b3ebcb

%24
%0
%14
%8

Triadic Colors of #b3ebcb

#b3ebcb #cbb3eb #ebcbb3

Analogous Colors of #b3ebcb

#b3ebcb #b3ebe7 #b7ebb3

Monochromatic Colors of #b3ebcb

#b3ebcb

Complementary Color

#b3ebcb #ebb3d3

#b3ebcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3ebcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3ebcb Color CSS Codes

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

#b3ebcb Text Font Color

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

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


#b3ebcb Background Color

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

This div background color is #b3ebcb


#b3ebcb Border Color

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

This div border color is #b3ebcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3ebcb

#b3ebcb Color Palettes


Comments

No comments written yet.

Please login to write comment.