Color Hex Logo

#baf683 Color Hex

#BAF683
(186,246,131)
0 Favorites   0 Comments

Color spaces of #baf683

RGB 186246131
HSL0.250.860.74
HSV91°47°96°
CMYK 0.240.000.47   0.04
XYZ57.302277.989333.5060
Yxy77.98930.33950.4620
Hunter Lab88.3116-38.723039.3231
CIE-Lab90.7750-37.846549.0688

#baf683 color RGB value is (186,246,131).

#baf683 hex color red value is 186, green value is 246 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #baf683 hue: 0.25 , saturation: 0.86 and the lightness value of baf683 is 0.74.

The process color (four color CMYK) of #baf683 color hex is 0.24, 0.00, 0.47, 0.04. Web safe color of #baf683 is #ccff99. Color #baf683 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110110 10000011
Octal 272 366 203
Decimal 186 246 131
Hex BA F6 83

RGB Percentages of Color #baf683

%33.04
%43.69
%23.27

CMYK Percentages of Color #baf683

%24
%0
%47
%4

Triadic Colors of #baf683

#baf683 #83baf6 #f683ba

Analogous Colors of #baf683

#baf683 #83f686 #f4f683

Monochromatic Colors of #baf683

#baf683

Complementary Color

#baf683 #bf83f6

#baf683 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf683 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf683 Color CSS Codes

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

#baf683 Text Font Color

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

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


#baf683 Background Color

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

This div background color is #baf683


#baf683 Border Color

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

This div border color is #baf683


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf683


Comments

No comments written yet.

Please login to write comment.