Color Hex Logo

#bbcfa4 Color Hex

#BBCFA4
(187,207,164)
0 Favorites   0 Comments

Color spaces of #bbcfa4

RGB 187207164
HSL0.240.310.73
HSV88°21°81°
CMYK 0.100.000.21   0.19
XYZ49.507257.870843.6828
Yxy57.87080.32770.3831
Hunter Lab76.0729-16.962119.2053
CIE-Lab80.6669-14.370819.1598

#bbcfa4 color RGB value is (187,207,164).

#bbcfa4 hex color red value is 187, green value is 207 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #bbcfa4 hue: 0.24 , saturation: 0.31 and the lightness value of bbcfa4 is 0.73.

The process color (four color CMYK) of #bbcfa4 color hex is 0.10, 0.00, 0.21, 0.19. Web safe color of #bbcfa4 is #cccc99. Color #bbcfa4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001111 10100100
Octal 273 317 244
Decimal 187 207 164
Hex BB CF A4

RGB Percentages of Color #bbcfa4

%33.51
%37.10
%29.39

CMYK Percentages of Color #bbcfa4

%10
%0
%21
%19

Triadic Colors of #bbcfa4

#bbcfa4 #a4bbcf #cfa4bb

Analogous Colors of #bbcfa4

#bbcfa4 #a6cfa4 #cfcea4

Monochromatic Colors of #bbcfa4

#bbcfa4

Complementary Color

#bbcfa4 #b8a4cf

#bbcfa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcfa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcfa4 Color CSS Codes

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

#bbcfa4 Text Font Color

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

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


#bbcfa4 Background Color

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

This div background color is #bbcfa4


#bbcfa4 Border Color

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

This div border color is #bbcfa4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,207,164, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcfa4


Comments

No comments written yet.

Please login to write comment.