Color Hex Logo

#b1cfaa Color Hex

#B1CFAA
(177,207,170)
0 Favorites   0 Comments

Color spaces of #b1cfaa

RGB 177207170
HSL0.300.280.74
HSV109°18°81°
CMYK 0.140.000.18   0.19
XYZ47.700056.875046.4941
Yxy56.87500.31570.3765
Hunter Lab75.4155-19.076616.2382
CIE-Lab80.1092-16.923015.0995

#b1cfaa color RGB value is (177,207,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11001111 10101010
Octal 261 317 252
Decimal 177 207 170
Hex B1 CF AA

RGB Percentages of Color #b1cfaa

%31.95
%37.36
%30.69

CMYK Percentages of Color #b1cfaa

%14
%0
%18
%19

Triadic Colors of #b1cfaa

#b1cfaa #aab1cf #cfaab1

Analogous Colors of #b1cfaa

#b1cfaa #aacfb6 #c4cfaa

Monochromatic Colors of #b1cfaa

#b1cfaa

Complementary Color

#b1cfaa #c8aacf

#b1cfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1cfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1cfaa Color CSS Codes

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

#b1cfaa Text Font Color

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

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


#b1cfaa Background Color

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

This div background color is #b1cfaa


#b1cfaa Border Color

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

This div border color is #b1cfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1cfaa


Comments

No comments written yet.

Please login to write comment.