Color Hex Logo

#baf134 Color Hex

#BAF134
(186,241,52)
0 Favorites   0 Comments

Color spaces of #baf134

RGB 18624152
HSL0.220.870.57
HSV77°78°95°
CMYK 0.230.000.78   0.05
XYZ52.324873.597614.6968
Yxy73.59760.37210.5234
Hunter Lab85.7890-41.259449.8952
CIE-Lab88.7320-41.642477.9794

#baf134 color RGB value is (186,241,52).

#baf134 hex color red value is 186, green value is 241 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #baf134 hue: 0.22 , saturation: 0.87 and the lightness value of baf134 is 0.57.

The process color (four color CMYK) of #baf134 color hex is 0.23, 0.00, 0.78, 0.05. Web safe color of #baf134 is #ccff33. Color #baf134 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110001 00110100
Octal 272 361 64
Decimal 186 241 52
Hex BA F1 34

RGB Percentages of Color #baf134

%38.83
%50.31
%10.86

CMYK Percentages of Color #baf134

%23
%0
%78
%5

Triadic Colors of #baf134

#baf134 #34baf1 #f134ba

Analogous Colors of #baf134

#baf134 #5cf134 #f1ca34

Monochromatic Colors of #baf134

#baf134

Complementary Color

#baf134 #6b34f1

#baf134 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf134 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf134 Color CSS Codes

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

#baf134 Text Font Color

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

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


#baf134 Background Color

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

This div background color is #baf134


#baf134 Border Color

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

This div border color is #baf134


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf134


Comments

No comments written yet.

Please login to write comment.