Color Hex Logo

#baf460 Color Hex

#BAF460
(186,244,96)
0 Favorites   0 Comments

Color spaces of #baf460

RGB 18624496
HSL0.230.870.67
HSV84°61°96°
CMYK 0.240.000.61   0.04
XYZ54.711775.985022.8493
Yxy75.98500.35630.4949
Hunter Lab87.1694-40.511245.4772
CIE-Lab89.8524-40.333163.6536

#baf460 color RGB value is (186,244,96).

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

The process color (four color CMYK) of #baf460 color hex is 0.24, 0.00, 0.61, 0.04. Web safe color of #baf460 is #ccff66. Color #baf460 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110100 01100000
Octal 272 364 140
Decimal 186 244 96
Hex BA F4 60

RGB Percentages of Color #baf460

%35.36
%46.39
%18.25

CMYK Percentages of Color #baf460

%24
%0
%61
%4

Triadic Colors of #baf460

#baf460 #60baf4 #f460ba

Analogous Colors of #baf460

#baf460 #70f460 #f4e460

Monochromatic Colors of #baf460

#baf460

Complementary Color

#baf460 #9a60f4

#baf460 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf460 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf460 Color CSS Codes

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

#baf460 Text Font Color

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

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


#baf460 Background Color

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

This div background color is #baf460


#baf460 Border Color

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

This div border color is #baf460


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf460


Comments

No comments written yet.

Please login to write comment.