Color Hex Logo

#baf95b Color Hex

#BAF95B
(186,249,91)
0 Favorites   0 Comments

Color spaces of #baf95b

RGB 18624991
HSL0.230.930.67
HSV84°63°98°
CMYK 0.250.000.63   0.02
XYZ56.013778.945822.1834
Yxy78.94580.35650.5024
Hunter Lab88.8514-42.960147.3932
CIE-Lab91.2098-42.910467.1599

#baf95b color RGB value is (186,249,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111001 01011011
Octal 272 371 133
Decimal 186 249 91
Hex BA F9 5B

RGB Percentages of Color #baf95b

%35.36
%47.34
%17.30

CMYK Percentages of Color #baf95b

%25
%0
%63
%2

Triadic Colors of #baf95b

#baf95b #5bbaf9 #f95bba

Analogous Colors of #baf95b

#baf95b #6bf95b #f9e95b

Monochromatic Colors of #baf95b

#baf95b

Complementary Color

#baf95b #9a5bf9

#baf95b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf95b Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf95b Color CSS Codes

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

#baf95b Text Font Color

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

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


#baf95b Background Color

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

This div background color is #baf95b


#baf95b Border Color

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

This div border color is #baf95b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf95b

Related Colors


Comments

No comments written yet.

Please login to write comment.