Color Hex Logo

#b2cfab Color Hex

#B2CFAB
(178,207,171)
0 Favorites   0 Comments

Color spaces of #b2cfab

RGB 178207171
HSL0.300.270.74
HSV108°17°81°
CMYK 0.140.000.17   0.19
XYZ48.023657.030947.0050
Yxy57.03090.31580.3751
Hunter Lab75.5188-18.646915.9594
CIE-Lab80.1970-16.404714.7011

#b2cfab color RGB value is (178,207,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11001111 10101011
Octal 262 317 253
Decimal 178 207 171
Hex B2 CF AB

RGB Percentages of Color #b2cfab

%32.01
%37.23
%30.76

CMYK Percentages of Color #b2cfab

%14
%0
%17
%19

Triadic Colors of #b2cfab

#b2cfab #abb2cf #cfabb2

Analogous Colors of #b2cfab

#b2cfab #abcfb6 #c4cfab

Monochromatic Colors of #b2cfab

#b2cfab

Complementary Color

#b2cfab #c8abcf

#b2cfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2cfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2cfab Color CSS Codes

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

#b2cfab Text Font Color

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

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


#b2cfab Background Color

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

This div background color is #b2cfab


#b2cfab Border Color

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

This div border color is #b2cfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2cfab


Comments

No comments written yet.

Please login to write comment.