Color Hex Logo

#baf873 Color Hex

#BAF873
(186,248,115)
0 Favorites   0 Comments

Color spaces of #baf873

RGB 186248115
HSL0.240.900.71
HSV88°54°97°
CMYK 0.250.000.54   0.03
XYZ56.911678.811728.4323
Yxy78.81170.34670.4801
Hunter Lab88.7760-40.926943.1543
CIE-Lab91.1490-40.420556.9054

#baf873 color RGB value is (186,248,115).

#baf873 hex color red value is 186, green value is 248 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #baf873 hue: 0.24 , saturation: 0.90 and the lightness value of baf873 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111000 01110011
Octal 272 370 163
Decimal 186 248 115
Hex BA F8 73

RGB Percentages of Color #baf873

%33.88
%45.17
%20.95

CMYK Percentages of Color #baf873

%25
%0
%54
%3

Triadic Colors of #baf873

#baf873 #73baf8 #f873ba

Analogous Colors of #baf873

#baf873 #78f873 #f8f473

Monochromatic Colors of #baf873

#baf873

Complementary Color

#baf873 #b173f8

#baf873 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf873 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf873 Color CSS Codes

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

#baf873 Text Font Color

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

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


#baf873 Background Color

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

This div background color is #baf873


#baf873 Border Color

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

This div border color is #baf873


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf873

Related Colors


Comments

No comments written yet.

Please login to write comment.