Color Hex Logo

#bacf9d Color Hex

#BACF9D
(186,207,157)
0 Favorites   0 Comments

Color spaces of #bacf9d

RGB 186207157
HSL0.240.340.71
HSV85°24°81°
CMYK 0.100.000.24   0.19
XYZ48.648357.499140.4327
Yxy57.49910.33190.3923
Hunter Lab75.8282-18.180921.4654
CIE-Lab80.4595-15.816922.5552

#bacf9d color RGB value is (186,207,157).

#bacf9d hex color red value is 186, green value is 207 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #bacf9d hue: 0.24 , saturation: 0.34 and the lightness value of bacf9d is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001111 10011101
Octal 272 317 235
Decimal 186 207 157
Hex BA CF 9D

RGB Percentages of Color #bacf9d

%33.82
%37.64
%28.55

CMYK Percentages of Color #bacf9d

%10
%0
%24
%19

Triadic Colors of #bacf9d

#bacf9d #9dbacf #cf9dba

Analogous Colors of #bacf9d

#bacf9d #a1cf9d #cfcb9d

Monochromatic Colors of #bacf9d

#bacf9d

Complementary Color

#bacf9d #b29dcf

#bacf9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bacf9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bacf9d Color CSS Codes

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

#bacf9d Text Font Color

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

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


#bacf9d Background Color

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

This div background color is #bacf9d


#bacf9d Border Color

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

This div border color is #bacf9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bacf9d


Comments

No comments written yet.

Please login to write comment.