Color Hex Logo

#baf661 Color Hex

#BAF661
(186,246,97)
0 Favorites   0 Comments

Color spaces of #baf661

RGB 18624697
HSL0.230.890.67
HSV84°61°96°
CMYK 0.240.000.61   0.04
XYZ55.363177.213723.2951
Yxy77.21370.35520.4954
Hunter Lab87.8713-41.311445.7919
CIE-Lab90.4199-41.135163.8641

#baf661 color RGB value is (186,246,97).

#baf661 hex color red value is 186, green value is 246 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #baf661 hue: 0.23 , saturation: 0.89 and the lightness value of baf661 is 0.67.

The process color (four color CMYK) of #baf661 color hex is 0.24, 0.00, 0.61, 0.04. Web safe color of #baf661 is #ccff66. Color #baf661 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110110 01100001
Octal 272 366 141
Decimal 186 246 97
Hex BA F6 61

RGB Percentages of Color #baf661

%35.16
%46.50
%18.34

CMYK Percentages of Color #baf661

%24
%0
%61
%4

Triadic Colors of #baf661

#baf661 #61baf6 #f661ba

Analogous Colors of #baf661

#baf661 #70f661 #f6e861

Monochromatic Colors of #baf661

#baf661

Complementary Color

#baf661 #9d61f6

#baf661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf661 Color CSS Codes

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

#baf661 Text Font Color

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

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


#baf661 Background Color

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

This div background color is #baf661


#baf661 Border Color

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

This div border color is #baf661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf661


Comments

No comments written yet.

Please login to write comment.