Color Hex Logo

#baf563 Color Hex

#BAF563
(186,245,99)
0 Favorites   0 Comments

Color spaces of #baf563

RGB 18624599
HSL0.230.880.67
HSV84°60°96°
CMYK 0.240.000.60   0.04
XYZ55.154276.644823.6914
Yxy76.64480.35470.4929
Hunter Lab87.5470-40.753145.2382
CIE-Lab90.1579-40.531662.7379

#baf563 color RGB value is (186,245,99).

#baf563 hex color red value is 186, green value is 245 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #baf563 hue: 0.23 , saturation: 0.88 and the lightness value of baf563 is 0.67.

The process color (four color CMYK) of #baf563 color hex is 0.24, 0.00, 0.60, 0.04. Web safe color of #baf563 is #ccff66. Color #baf563 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110101 01100011
Octal 272 365 143
Decimal 186 245 99
Hex BA F5 63

RGB Percentages of Color #baf563

%35.09
%46.23
%18.68

CMYK Percentages of Color #baf563

%24
%0
%60
%4

Triadic Colors of #baf563

#baf563 #63baf5 #f563ba

Analogous Colors of #baf563

#baf563 #71f563 #f5e763

Monochromatic Colors of #baf563

#baf563

Complementary Color

#baf563 #9e63f5

#baf563 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf563 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf563 Color CSS Codes

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

#baf563 Text Font Color

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

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


#baf563 Background Color

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

This div background color is #baf563


#baf563 Border Color

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

This div border color is #baf563


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf563


Comments

No comments written yet.

Please login to write comment.