Color Hex Logo

#bbcfad Color Hex

#BBCFAD
(187,207,173)
0 Favorites   0 Comments

Color spaces of #bbcfad

RGB 187207173
HSL0.260.260.75
HSV95°16°81°
CMYK 0.100.000.16   0.19
XYZ50.349258.207648.1167
Yxy58.20760.32140.3715
Hunter Lab76.2939-15.715516.0130
CIE-Lab80.8541-12.909714.6517

#bbcfad color RGB value is (187,207,173).

#bbcfad hex color red value is 187, green value is 207 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bbcfad hue: 0.26 , saturation: 0.26 and the lightness value of bbcfad is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001111 10101101
Octal 273 317 255
Decimal 187 207 173
Hex BB CF AD

RGB Percentages of Color #bbcfad

%32.98
%36.51
%30.51

CMYK Percentages of Color #bbcfad

%10
%0
%16
%19

Triadic Colors of #bbcfad

#bbcfad #adbbcf #cfadbb

Analogous Colors of #bbcfad

#bbcfad #adcfb0 #cccfad

Monochromatic Colors of #bbcfad

#bbcfad

Complementary Color

#bbcfad #c1adcf

#bbcfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcfad Color CSS Codes

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

#bbcfad Text Font Color

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

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


#bbcfad Background Color

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

This div background color is #bbcfad


#bbcfad Border Color

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

This div border color is #bbcfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcfad


Comments

No comments written yet.

Please login to write comment.