Color Hex Logo

#b3cfaa Color Hex

#B3CFAA
(179,207,170)
0 Favorites   0 Comments

Color spaces of #b3cfaa

RGB 179207170
HSL0.290.280.74
HSV105°18°81°
CMYK 0.140.000.18   0.19
XYZ48.158957.111646.5156
Yxy57.11160.31730.3763
Hunter Lab75.5722-18.501116.4069
CIE-Lab80.2423-16.226515.3057

#b3cfaa color RGB value is (179,207,170).

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

The process color (four color CMYK) of #b3cfaa color hex is 0.14, 0.00, 0.18, 0.19. Web safe color of #b3cfaa is #cccc99. Color #b3cfaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11001111 10101010
Octal 263 317 252
Decimal 179 207 170
Hex B3 CF AA

RGB Percentages of Color #b3cfaa

%32.19
%37.23
%30.58

CMYK Percentages of Color #b3cfaa

%14
%0
%18
%19

Triadic Colors of #b3cfaa

#b3cfaa #aab3cf #cfaab3

Analogous Colors of #b3cfaa

#b3cfaa #aacfb4 #c6cfaa

Monochromatic Colors of #b3cfaa

#b3cfaa

Complementary Color

#b3cfaa #c6aacf

#b3cfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3cfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3cfaa Color CSS Codes

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

#b3cfaa Text Font Color

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

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


#b3cfaa Background Color

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

This div background color is #b3cfaa


#b3cfaa Border Color

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

This div border color is #b3cfaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,207,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 #b3cfaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3cfaa


Comments

No comments written yet.

Please login to write comment.