Color Hex Logo

#baf700 Color Hex

#BAF700
(186,247,0)
0 Favorites   0 Comments

Color spaces of #baf700

RGB 1862470
HSL0.211.000.48
HSV75°100°97°
CMYK 0.250.001.00   0.03
XYZ53.510576.960612.0346
Yxy76.96060.37550.5401
Hunter Lab87.7272-44.643953.2755
CIE-Lab90.3035-45.344087.3004

#baf700 color RGB value is (186,247,0).

#baf700 hex color red value is 186, green value is 247 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #baf700 hue: 0.21 , saturation: 1.00 and the lightness value of baf700 is 0.48.

The process color (four color CMYK) of #baf700 color hex is 0.25, 0.00, 1.00, 0.03. Web safe color of #baf700 is #ccff00. Color #baf700 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110111 00000000
Octal 272 367 0
Decimal 186 247 0
Hex BA F7 0

RGB Percentages of Color #baf700

%42.96
%57.04
%0.00

CMYK Percentages of Color #baf700

%25
%0
%100
%3

Triadic Colors of #baf700

#baf700 #00baf7 #f700ba

Analogous Colors of #baf700

#baf700 #3ff700 #f7b900

Monochromatic Colors of #baf700

#baf700

Complementary Color

#baf700 #3d00f7

#baf700 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf700 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf700 Color CSS Codes

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

#baf700 Text Font Color

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

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


#baf700 Background Color

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

This div background color is #baf700


#baf700 Border Color

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

This div border color is #baf700


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf700


Comments

No comments written yet.

Please login to write comment.