Color Hex Logo

#b3cead Color Hex

#B3CEAD
(179,206,173)
0 Favorites   0 Comments

Color spaces of #b3cead

RGB 179206173
HSL0.300.250.74
HSV109°16°81°
CMYK 0.130.000.16   0.19
XYZ48.204556.743447.9471
Yxy56.74340.31530.3711
Hunter Lab75.3282-17.597514.9911
CIE-Lab80.0351-15.207313.4188

#b3cead color RGB value is (179,206,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 11001110 10101101
Octal 263 316 255
Decimal 179 206 173
Hex B3 CE AD

RGB Percentages of Color #b3cead

%32.08
%36.92
%31.00

CMYK Percentages of Color #b3cead

%13
%0
%16
%19

Triadic Colors of #b3cead

#b3cead #adb3ce #ceadb3

Analogous Colors of #b3cead

#b3cead #adceb8 #c4cead

Monochromatic Colors of #b3cead

#b3cead

Complementary Color

#b3cead #c8adce

#b3cead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3cead Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3cead Color CSS Codes

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

#b3cead Text Font Color

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

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


#b3cead Background Color

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

This div background color is #b3cead


#b3cead Border Color

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

This div border color is #b3cead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3cead


Comments

No comments written yet.

Please login to write comment.