Color Hex Logo

#baf96b Color Hex

#BAF96B
(186,249,107)
0 Favorites   0 Comments

Color spaces of #baf96b

RGB 186249107
HSL0.240.920.70
HSV87°57°98°
CMYK 0.250.000.57   0.02
XYZ56.779279.252026.2145
Yxy79.25200.35000.4885
Hunter Lab89.0236-41.944144.8576
CIE-Lab91.3482-41.606160.6630

#baf96b color RGB value is (186,249,107).

#baf96b hex color red value is 186, green value is 249 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #baf96b hue: 0.24 , saturation: 0.92 and the lightness value of baf96b is 0.70.

The process color (four color CMYK) of #baf96b color hex is 0.25, 0.00, 0.57, 0.02. Web safe color of #baf96b is #ccff66. Color #baf96b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111001 01101011
Octal 272 371 153
Decimal 186 249 107
Hex BA F9 6B

RGB Percentages of Color #baf96b

%34.32
%45.94
%19.74

CMYK Percentages of Color #baf96b

%25
%0
%57
%2

Triadic Colors of #baf96b

#baf96b #6bbaf9 #f96bba

Analogous Colors of #baf96b

#baf96b #73f96b #f9f16b

Monochromatic Colors of #baf96b

#baf96b

Complementary Color

#baf96b #aa6bf9

#baf96b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf96b Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf96b Color CSS Codes

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

#baf96b Text Font Color

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

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


#baf96b Background Color

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

This div background color is #baf96b


#baf96b Border Color

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

This div border color is #baf96b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf96b


Comments

No comments written yet.

Please login to write comment.