Color Hex Logo

#baf9ac Color Hex

#BAF9AC
(186,249,172)
0 Favorites   0 Comments

Color spaces of #baf9ac

RGB 186249172
HSL0.300.870.83
HSV109°31°98°
CMYK 0.250.000.31   0.02
XYZ61.571881.169051.4517
Yxy81.16900.31710.4180
Hunter Lab90.0938-35.674029.2058
CIE-Lab92.2068-33.777630.7842

#baf9ac color RGB value is (186,249,172).

#baf9ac hex color red value is 186, green value is 249 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #baf9ac hue: 0.30 , saturation: 0.87 and the lightness value of baf9ac is 0.83.

The process color (four color CMYK) of #baf9ac color hex is 0.25, 0.00, 0.31, 0.02. Web safe color of #baf9ac is #ccff99. Color #baf9ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111001 10101100
Octal 272 371 254
Decimal 186 249 172
Hex BA F9 AC

RGB Percentages of Color #baf9ac

%30.64
%41.02
%28.34

CMYK Percentages of Color #baf9ac

%25
%0
%31
%2

Triadic Colors of #baf9ac

#baf9ac #acbaf9 #f9acba

Analogous Colors of #baf9ac

#baf9ac #acf9c5 #e1f9ac

Monochromatic Colors of #baf9ac

#baf9ac

Complementary Color

#baf9ac #ebacf9

#baf9ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf9ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf9ac Color CSS Codes

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

#baf9ac Text Font Color

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

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


#baf9ac Background Color

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

This div background color is #baf9ac


#baf9ac Border Color

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

This div border color is #baf9ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf9ac


Comments

No comments written yet.

Please login to write comment.