Color Hex Logo

#baf153 Color Hex

#BAF153
(186,241,83)
0 Favorites   0 Comments

Color spaces of #baf153

RGB 18624183
HSL0.220.850.64
HSV81°66°95°
CMYK 0.230.000.66   0.05
XYZ53.266373.974219.6546
Yxy73.97420.36260.5036
Hunter Lab86.0083-39.966546.6568
CIE-Lab88.9103-39.967867.8487

#baf153 color RGB value is (186,241,83).

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

The process color (four color CMYK) of #baf153 color hex is 0.23, 0.00, 0.66, 0.05. Web safe color of #baf153 is #ccff66. Color #baf153 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110001 01010011
Octal 272 361 123
Decimal 186 241 83
Hex BA F1 53

RGB Percentages of Color #baf153

%36.47
%47.25
%16.27

CMYK Percentages of Color #baf153

%23
%0
%66
%5

Triadic Colors of #baf153

#baf153 #53baf1 #f153ba

Analogous Colors of #baf153

#baf153 #6bf153 #f1d953

Monochromatic Colors of #baf153

#baf153

Complementary Color

#baf153 #8a53f1

#baf153 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf153 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf153 Color CSS Codes

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

#baf153 Text Font Color

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

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


#baf153 Background Color

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

This div background color is #baf153


#baf153 Border Color

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

This div border color is #baf153


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf153


Comments

No comments written yet.

Please login to write comment.