Color Hex Logo

#b3ceab Color Hex

#B3CEAB
(179,206,171)
0 Favorites   0 Comments

Color spaces of #b3ceab

RGB 179206171
HSL0.300.260.74
HSV106°17°81°
CMYK 0.130.000.17   0.19
XYZ48.012456.666646.9353
Yxy56.66660.31670.3738
Hunter Lab75.2772-17.886415.7268
CIE-Lab79.9917-15.550914.4219

#b3ceab color RGB value is (179,206,171).

#b3ceab hex color red value is 179, green value is 206 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b3ceab hue: 0.30 , saturation: 0.26 and the lightness value of b3ceab is 0.74.

The process color (four color CMYK) of #b3ceab color hex is 0.13, 0.00, 0.17, 0.19. Web safe color of #b3ceab is #cccc99. Color #b3ceab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11001110 10101011
Octal 263 316 253
Decimal 179 206 171
Hex B3 CE AB

RGB Percentages of Color #b3ceab

%32.19
%37.05
%30.76

CMYK Percentages of Color #b3ceab

%13
%0
%17
%19

Triadic Colors of #b3ceab

#b3ceab #abb3ce #ceabb3

Analogous Colors of #b3ceab

#b3ceab #abceb5 #c5ceab

Monochromatic Colors of #b3ceab

#b3ceab

Complementary Color

#b3ceab #c6abce

#b3ceab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3ceab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3ceab Color CSS Codes

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

#b3ceab Text Font Color

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

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


#b3ceab Background Color

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

This div background color is #b3ceab


#b3ceab Border Color

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

This div border color is #b3ceab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3ceab


Comments

No comments written yet.

Please login to write comment.