Color Hex Logo

#b8cfab Color Hex

#B8CFAB
(184,207,171)
0 Favorites   0 Comments

Color spaces of #b8cfab

RGB 184207171
HSL0.270.270.74
HSV98°17°81°
CMYK 0.110.000.17   0.19
XYZ49.430757.756347.0709
Yxy57.75630.32040.3744
Hunter Lab75.9976-16.894916.4756
CIE-Lab80.6031-14.303215.3307

#b8cfab color RGB value is (184,207,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 11001111 10101011
Octal 270 317 253
Decimal 184 207 171
Hex B8 CF AB

RGB Percentages of Color #b8cfab

%32.74
%36.83
%30.43

CMYK Percentages of Color #b8cfab

%11
%0
%17
%19

Triadic Colors of #b8cfab

#b8cfab #abb8cf #cfabb8

Analogous Colors of #b8cfab

#b8cfab #abcfb0 #cacfab

Monochromatic Colors of #b8cfab

#b8cfab

Complementary Color

#b8cfab #c2abcf

#b8cfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8cfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8cfab Color CSS Codes

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

#b8cfab Text Font Color

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

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


#b8cfab Background Color

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

This div background color is #b8cfab


#b8cfab Border Color

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

This div border color is #b8cfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8cfab


Comments

No comments written yet.

Please login to write comment.