Color Hex Logo

#baf997 Color Hex

#BAF997
(186,249,151)
0 Favorites   0 Comments

Color spaces of #baf997

RGB 186249151
HSL0.270.890.78
HSV99°39°98°
CMYK 0.250.000.39   0.02
XYZ59.711380.424841.6546
Yxy80.42480.32850.4424
Hunter Lab89.6799-38.089635.2368
CIE-Lab91.8751-36.750040.8035

#baf997 color RGB value is (186,249,151).

#baf997 hex color red value is 186, green value is 249 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #baf997 hue: 0.27 , saturation: 0.89 and the lightness value of baf997 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111001 10010111
Octal 272 371 227
Decimal 186 249 151
Hex BA F9 97

RGB Percentages of Color #baf997

%31.74
%42.49
%25.77

CMYK Percentages of Color #baf997

%25
%0
%39
%2

Triadic Colors of #baf997

#baf997 #97baf9 #f997ba

Analogous Colors of #baf997

#baf997 #97f9a5 #ebf997

Monochromatic Colors of #baf997

#baf997

Complementary Color

#baf997 #d697f9

#baf997 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf997 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf997 Color CSS Codes

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

#baf997 Text Font Color

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

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


#baf997 Background Color

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

This div background color is #baf997


#baf997 Border Color

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

This div border color is #baf997


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf997


Comments

No comments written yet.

Please login to write comment.