Color Hex Logo

#baf315 Color Hex

#BAF315
(186,243,21)
0 Favorites   0 Comments

Color spaces of #baf315

RGB 18624321
HSL0.210.900.52
HSV75°91°95°
CMYK 0.230.000.91   0.05
XYZ52.435674.594412.3440
Yxy74.59440.37620.5352
Hunter Lab86.3680-42.773551.9837
CIE-Lab89.2027-43.382284.5869

#baf315 color RGB value is (186,243,21).

#baf315 hex color red value is 186, green value is 243 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #baf315 hue: 0.21 , saturation: 0.90 and the lightness value of baf315 is 0.52.

The process color (four color CMYK) of #baf315 color hex is 0.23, 0.00, 0.91, 0.05. Web safe color of #baf315 is #ccff00. Color #baf315 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110011 00010101
Octal 272 363 25
Decimal 186 243 21
Hex BA F3 15

RGB Percentages of Color #baf315

%41.33
%54.00
%4.67

CMYK Percentages of Color #baf315

%23
%0
%91
%5

Triadic Colors of #baf315

#baf315 #15baf3 #f315ba

Analogous Colors of #baf315

#baf315 #4bf315 #f3bd15

Monochromatic Colors of #baf315

#baf315

Complementary Color

#baf315 #4e15f3

#baf315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf315 Color CSS Codes

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

#baf315 Text Font Color

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

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


#baf315 Background Color

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

This div background color is #baf315


#baf315 Border Color

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

This div border color is #baf315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf315


Comments

No comments written yet.

Please login to write comment.