Color Hex Logo

#b3ebec Color Hex

#B3EBEC
(179,235,236)
0 Favorites   0 Comments

Color spaces of #b3ebec

RGB 179235236
HSL0.500.600.81
HSV181°24°93°
CMYK 0.240.000.00   0.07
XYZ63.439175.056590.5006
Yxy75.05650.27700.3278
Hunter Lab86.6352-20.9038-1.2908
CIE-Lab89.4195-17.4330-6.2867

#b3ebec color RGB value is (179,235,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 11101011 11101100
Octal 263 353 354
Decimal 179 235 236
Hex B3 EB EC

RGB Percentages of Color #b3ebec

%27.54
%36.15
%36.31

CMYK Percentages of Color #b3ebec

%24
%0
%0
%7

Triadic Colors of #b3ebec

#b3ebec #ecb3eb #ebecb3

Analogous Colors of #b3ebec

#b3ebec #b3cfec #b3ecd1

Monochromatic Colors of #b3ebec

#b3ebec

Complementary Color

#b3ebec #ecb4b3

#b3ebec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3ebec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3ebec Color CSS Codes

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

#b3ebec Text Font Color

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

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


#b3ebec Background Color

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

This div background color is #b3ebec


#b3ebec Border Color

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

This div border color is #b3ebec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3ebec


Comments

No comments written yet.

Please login to write comment.