Color Hex Logo

#baf96d Color Hex

#BAF96D
(186,249,109)
0 Favorites   0 Comments

Color spaces of #baf96d

RGB 186249109
HSL0.240.920.70
HSV87°56°98°
CMYK 0.250.000.56   0.02
XYZ56.885779.294626.7752
Yxy79.29460.34910.4866
Hunter Lab89.0475-41.803044.5057
CIE-Lab91.3674-41.425859.8153

#baf96d color RGB value is (186,249,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111001 01101101
Octal 272 371 155
Decimal 186 249 109
Hex BA F9 6D

RGB Percentages of Color #baf96d

%34.19
%45.77
%20.04

CMYK Percentages of Color #baf96d

%25
%0
%56
%2

Triadic Colors of #baf96d

#baf96d #6dbaf9 #f96dba

Analogous Colors of #baf96d

#baf96d #74f96d #f9f26d

Monochromatic Colors of #baf96d

#baf96d

Complementary Color

#baf96d #ac6df9

#baf96d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf96d Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf96d Color CSS Codes

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

#baf96d Text Font Color

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

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


#baf96d Background Color

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

This div background color is #baf96d


#baf96d Border Color

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

This div border color is #baf96d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf96d

Related Colors


Comments

No comments written yet.

Please login to write comment.