Color Hex Logo

#baf751 Color Hex

#BAF751
(186,247,81)
0 Favorites   0 Comments

Color spaces of #baf751

RGB 18624781
HSL0.230.910.64
HSV82°67°97°
CMYK 0.250.000.67   0.03
XYZ54.995777.554719.8556
Yxy77.55470.36080.5089
Hunter Lab88.0651-42.642848.2778
CIE-Lab90.5763-42.735170.3371

#baf751 color RGB value is (186,247,81).

#baf751 hex color red value is 186, green value is 247 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #baf751 hue: 0.23 , saturation: 0.91 and the lightness value of baf751 is 0.64.

The process color (four color CMYK) of #baf751 color hex is 0.25, 0.00, 0.67, 0.03. Web safe color of #baf751 is #ccff66. Color #baf751 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110111 01010001
Octal 272 367 121
Decimal 186 247 81
Hex BA F7 51

RGB Percentages of Color #baf751

%36.19
%48.05
%15.76

CMYK Percentages of Color #baf751

%25
%0
%67
%3

Triadic Colors of #baf751

#baf751 #51baf7 #f751ba

Analogous Colors of #baf751

#baf751 #67f751 #f7e151

Monochromatic Colors of #baf751

#baf751

Complementary Color

#baf751 #8e51f7

#baf751 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf751 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf751 Color CSS Codes

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

#baf751 Text Font Color

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

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


#baf751 Background Color

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

This div background color is #baf751


#baf751 Border Color

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

This div border color is #baf751


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf751


Comments

No comments written yet.

Please login to write comment.