Color Hex Logo

#bfd5ba Color Hex

#BFD5BA
(191,213,186)
0 Favorites   0 Comments

Color spaces of #bfd5ba

RGB 191213186
HSL0.300.240.78
HSV109°13°84°
CMYK 0.100.000.13   0.16
XYZ54.143062.210055.6085
Yxy62.21000.31490.3618
Hunter Lab78.8733-15.496013.4098
CIE-Lab83.0250-12.350810.8664

#bfd5ba color RGB value is (191,213,186).

#bfd5ba hex color red value is 191, green value is 213 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bfd5ba hue: 0.30 , saturation: 0.24 and the lightness value of bfd5ba is 0.78.

The process color (four color CMYK) of #bfd5ba color hex is 0.10, 0.00, 0.13, 0.16. Web safe color of #bfd5ba is #cccccc. Color #bfd5ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010101 10111010
Octal 277 325 272
Decimal 191 213 186
Hex BF D5 BA

RGB Percentages of Color #bfd5ba

%32.37
%36.10
%31.53

CMYK Percentages of Color #bfd5ba

%10
%0
%13
%16

Triadic Colors of #bfd5ba

#bfd5ba #babfd5 #d5babf

Analogous Colors of #bfd5ba

#bfd5ba #bad5c3 #cdd5ba

Monochromatic Colors of #bfd5ba

#bfd5ba

Complementary Color

#bfd5ba #d0bad5

#bfd5ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd5ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd5ba Color CSS Codes

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

#bfd5ba Text Font Color

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

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


#bfd5ba Background Color

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

This div background color is #bfd5ba


#bfd5ba Border Color

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

This div border color is #bfd5ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,213,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bfd5ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bfd5ba;
  -webkit-box-shadow: 1px 1px 3px 2px #bfd5ba;
  box-shadow:         1px 1px 3px 2px #bfd5ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,213,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd5ba


Comments

No comments written yet.

Please login to write comment.