Color Hex Logo

#baf663 Color Hex

#BAF663
(186,246,99)
0 Favorites   0 Comments

Color spaces of #baf663

RGB 18624699
HSL0.230.890.68
HSV84°60°96°
CMYK 0.240.000.60   0.04
XYZ55.457677.251523.7925
Yxy77.25150.35440.4936
Hunter Lab87.8928-41.184645.4752
CIE-Lab90.4372-40.972563.0487

#baf663 color RGB value is (186,246,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110110 01100011
Octal 272 366 143
Decimal 186 246 99
Hex BA F6 63

RGB Percentages of Color #baf663

%35.03
%46.33
%18.64

CMYK Percentages of Color #baf663

%24
%0
%60
%4

Triadic Colors of #baf663

#baf663 #63baf6 #f663ba

Analogous Colors of #baf663

#baf663 #71f663 #f6e963

Monochromatic Colors of #baf663

#baf663

Complementary Color

#baf663 #9f63f6

#baf663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf663 Color CSS Codes

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

#baf663 Text Font Color

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

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


#baf663 Background Color

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

This div background color is #baf663


#baf663 Border Color

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

This div border color is #baf663


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,246,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 #baf663">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf663


Comments

No comments written yet.

Please login to write comment.