Color Hex Logo

#baf83d Color Hex

#BAF83D
(186,248,61)
0 Favorites   0 Comments

Color spaces of #baf83d

RGB 18624861
HSL0.220.930.61
HSV80°75°97°
CMYK 0.250.000.75   0.03
XYZ54.659477.910816.5723
Yxy77.91080.36650.5224
Hunter Lab88.2671-43.931350.6552
CIE-Lab90.7392-44.288177.2496

#baf83d color RGB value is (186,248,61).

#baf83d hex color red value is 186, green value is 248 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #baf83d hue: 0.22 , saturation: 0.93 and the lightness value of baf83d is 0.61.

The process color (four color CMYK) of #baf83d color hex is 0.25, 0.00, 0.75, 0.03. Web safe color of #baf83d is #ccff33. Color #baf83d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111000 00111101
Octal 272 370 75
Decimal 186 248 61
Hex BA F8 3D

RGB Percentages of Color #baf83d

%37.58
%50.10
%12.32

CMYK Percentages of Color #baf83d

%25
%0
%75
%3

Triadic Colors of #baf83d

#baf83d #3dbaf8 #f83dba

Analogous Colors of #baf83d

#baf83d #5df83d #f8d93d

Monochromatic Colors of #baf83d

#baf83d

Complementary Color

#baf83d #7b3df8

#baf83d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf83d Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf83d Color CSS Codes

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

#baf83d Text Font Color

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

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


#baf83d Background Color

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

This div background color is #baf83d


#baf83d Border Color

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

This div border color is #baf83d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf83d


Comments

No comments written yet.

Please login to write comment.