Color Hex Logo

#baf694 Color Hex

#BAF694
(186,246,148)
0 Favorites   0 Comments

Color spaces of #baf694

RGB 186246148
HSL0.270.840.77
HSV97°40°96°
CMYK 0.240.000.40   0.04
XYZ58.550878.488840.0809
Yxy78.48880.33060.4431
Hunter Lab88.5939-37.070535.1923
CIE-Lab91.0025-35.781141.1509

#baf694 color RGB value is (186,246,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110110 10010100
Octal 272 366 224
Decimal 186 246 148
Hex BA F6 94

RGB Percentages of Color #baf694

%32.07
%42.41
%25.52

CMYK Percentages of Color #baf694

%24
%0
%40
%4

Triadic Colors of #baf694

#baf694 #94baf6 #f694ba

Analogous Colors of #baf694

#baf694 #94f69f #ebf694

Monochromatic Colors of #baf694

#baf694

Complementary Color

#baf694 #d094f6

#baf694 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf694 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf694 Color CSS Codes

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

#baf694 Text Font Color

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

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


#baf694 Background Color

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

This div background color is #baf694


#baf694 Border Color

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

This div border color is #baf694


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf694


Comments

No comments written yet.

Please login to write comment.