Color Hex Logo

#baf223 Color Hex

#BAF223
(186,242,35)
0 Favorites   0 Comments

Color spaces of #baf223

RGB 18624235
HSL0.210.890.54
HSV76°86°95°
CMYK 0.230.000.86   0.05
XYZ52.305274.064713.1293
Yxy74.06470.37490.5309
Hunter Lab86.0609-42.119651.1974
CIE-Lab88.9531-42.646682.1459

#baf223 color RGB value is (186,242,35).

#baf223 hex color red value is 186, green value is 242 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #baf223 hue: 0.21 , saturation: 0.89 and the lightness value of baf223 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110010 00100011
Octal 272 362 43
Decimal 186 242 35
Hex BA F2 23

RGB Percentages of Color #baf223

%40.17
%52.27
%7.56

CMYK Percentages of Color #baf223

%23
%0
%86
%5

Triadic Colors of #baf223

#baf223 #23baf2 #f223ba

Analogous Colors of #baf223

#baf223 #53f223 #f2c323

Monochromatic Colors of #baf223

#baf223

Complementary Color

#baf223 #5b23f2

#baf223 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf223 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf223 Color CSS Codes

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

#baf223 Text Font Color

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

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


#baf223 Background Color

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

This div background color is #baf223


#baf223 Border Color

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

This div border color is #baf223


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf223


Comments

No comments written yet.

Please login to write comment.