Color Hex Logo

#baf692 Color Hex

#BAF692
(186,246,146)
0 Favorites   0 Comments

Color spaces of #baf692

RGB 186246146
HSL0.270.850.77
HSV96°41°96°
CMYK 0.240.000.41   0.04
XYZ58.393878.426039.2542
Yxy78.42600.33160.4454
Hunter Lab88.5585-37.277735.7102
CIE-Lab90.9739-36.038642.0940

#baf692 color RGB value is (186,246,146).

#baf692 hex color red value is 186, green value is 246 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #baf692 hue: 0.27 , saturation: 0.85 and the lightness value of baf692 is 0.77.

The process color (four color CMYK) of #baf692 color hex is 0.24, 0.00, 0.41, 0.04. Web safe color of #baf692 is #ccff99. Color #baf692 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110110 10010010
Octal 272 366 222
Decimal 186 246 146
Hex BA F6 92

RGB Percentages of Color #baf692

%32.18
%42.56
%25.26

CMYK Percentages of Color #baf692

%24
%0
%41
%4

Triadic Colors of #baf692

#baf692 #92baf6 #f692ba

Analogous Colors of #baf692

#baf692 #92f69c #ecf692

Monochromatic Colors of #baf692

#baf692

Complementary Color

#baf692 #ce92f6

#baf692 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf692 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf692 Color CSS Codes

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

#baf692 Text Font Color

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

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


#baf692 Background Color

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

This div background color is #baf692


#baf692 Border Color

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

This div border color is #baf692


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf692


Comments

No comments written yet.

Please login to write comment.