Color Hex Logo

#b3ceaa Color Hex

#B3CEAA
(179,206,170)
0 Favorites   0 Comments

Color spaces of #b3ceaa

RGB 179206170
HSL0.290.270.74
HSV105°17°81°
CMYK 0.130.000.17   0.19
XYZ47.917456.628646.4351
Yxy56.62860.31740.3751
Hunter Lab75.2520-18.029416.0908
CIE-Lab79.9702-15.721214.9236

#b3ceaa color RGB value is (179,206,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 11001110 10101010
Octal 263 316 252
Decimal 179 206 170
Hex B3 CE AA

RGB Percentages of Color #b3ceaa

%32.25
%37.12
%30.63

CMYK Percentages of Color #b3ceaa

%13
%0
%17
%19

Triadic Colors of #b3ceaa

#b3ceaa #aab3ce #ceaab3

Analogous Colors of #b3ceaa

#b3ceaa #aaceb3 #c5ceaa

Monochromatic Colors of #b3ceaa

#b3ceaa

Complementary Color

#b3ceaa #c5aace

#b3ceaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3ceaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3ceaa Color CSS Codes

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

#b3ceaa Text Font Color

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

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


#b3ceaa Background Color

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

This div background color is #b3ceaa


#b3ceaa Border Color

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

This div border color is #b3ceaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3ceaa


Comments

No comments written yet.

Please login to write comment.